aboutsummaryrefslogtreecommitdiff
path: root/audio/libcddb
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-04-16 03:34:03 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-04-16 03:34:03 +0000
commit5bff8e7bfda161127a5de38fd9210004f591218e (patch)
tree22ce65ff235253d7a661b087620b2525628b455c /audio/libcddb
parent9606e35d58cb77ce81ab3588d7386aefa82f4309 (diff)
downloadports-5bff8e7bfda161127a5de38fd9210004f591218e.tar.gz
ports-5bff8e7bfda161127a5de38fd9210004f591218e.zip
Notes
Diffstat (limited to 'audio/libcddb')
-rw-r--r--audio/libcddb/Makefile9
-rw-r--r--audio/libcddb/files/cddb.h-systypes-patch10
-rw-r--r--audio/libcddb/files/cddb_ni.h-systypes-patch10
3 files changed, 1 insertions, 28 deletions
diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile
index 88f360fd9b58..fb83715b94df 100644
--- a/audio/libcddb/Makefile
+++ b/audio/libcddb/Makefile
@@ -22,11 +22,4 @@ USE_LDCONFIG= yes
CONFIGURE_ARGS= --without-cdio
CONFIGURE_ENV= CPPFLAGS="-DICONV_CONST=\"const\""
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-EXTRA_PATCHES+= ${PATCHDIR}/cddb.h-systypes-patch \
- ${PATCHDIR}/cddb_ni.h-systypes-patch
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/audio/libcddb/files/cddb.h-systypes-patch b/audio/libcddb/files/cddb.h-systypes-patch
deleted file mode 100644
index 5331ae87c4da..000000000000
--- a/audio/libcddb/files/cddb.h-systypes-patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- include/cddb/cddb.h.orig Wed Jul 21 15:34:48 2004
-+++ include/cddb/cddb.h Wed Jul 21 15:35:03 2004
-@@ -27,6 +27,7 @@
- #endif
-
-
-+#include <sys/types.h>
- #include <cddb/cddb_config.h>
- #include <cddb/cddb_error.h>
- #include <cddb/cddb_track.h>
diff --git a/audio/libcddb/files/cddb_ni.h-systypes-patch b/audio/libcddb/files/cddb_ni.h-systypes-patch
deleted file mode 100644
index 15df8d01168f..000000000000
--- a/audio/libcddb/files/cddb_ni.h-systypes-patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- include/cddb/cddb_ni.h.orig Wed Jul 21 15:35:13 2004
-+++ include/cddb/cddb_ni.h Wed Jul 21 15:35:32 2004
-@@ -31,6 +31,7 @@
- # include <config.h>
- #endif
-
-+#include <sys/types.h>
- #include "cddb/cddb_regex.h"
- #include "cddb/cddb.h"
- #include "cddb/cddb_conn_ni.h"