summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-12-09 08:28:18 +0000
committerwiz <wiz@pkgsrc.org>2022-12-09 08:28:18 +0000
commit2229adb301c3d4283e6ae77e7ce51e49091fe2b1 (patch)
tree1916a75507b07da823db87d234b36901efbae20d
parentfdd5984c283aa2c8e474c81dfcae4585fdfffd89 (diff)
downloadpkgsrc-2229adb301c3d4283e6ae77e7ce51e49091fe2b1.tar.gz
libbluray: remove FreeBSD/Solaris workarounds
Brad Smith told me they are not needed any longer
-rw-r--r--multimedia/libbluray/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/multimedia/libbluray/Makefile b/multimedia/libbluray/Makefile
index 879dc031768..366d66de5ba 100644
--- a/multimedia/libbluray/Makefile
+++ b/multimedia/libbluray/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2022/12/06 19:32:56 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2022/12/09 08:28:18 wiz Exp $
DISTNAME= libbluray-1.3.4
CATEGORIES= multimedia
@@ -17,9 +17,6 @@ CONFIGURE_ARGS+= --disable-bdjava-jar
CONFIGURE_ARGS+= --disable-optimizations
PKGCONFIG_OVERRIDE+= src/libbluray.pc.in
-CPPFLAGS.FreeBSD+= -D__BSD_VISIBLE
-CPPFLAGS.SunOS+= -D__EXTENSIONS__
-
# provide jni_md.h for other architectures
post-extract:
${LN} -s ${WRKSRC}/jni/linux/jni_md.h ${WRKSRC}/jni/jni_md.h