diff options
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> |