diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 03:34:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 03:34:03 +0000 |
commit | 5bff8e7bfda161127a5de38fd9210004f591218e (patch) | |
tree | 22ce65ff235253d7a661b087620b2525628b455c /audio/libcddb/Makefile | |
parent | 9606e35d58cb77ce81ab3588d7386aefa82f4309 (diff) |
Notes
Diffstat (limited to 'audio/libcddb/Makefile')
-rw-r--r-- | audio/libcddb/Makefile | 9 |
1 files changed, 1 insertions, 8 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> |