pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/libbluray



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec  9 08:28:18 UTC 2022

Modified Files:
        pkgsrc/multimedia/libbluray: Makefile

Log Message:
libbluray: remove FreeBSD/Solaris workarounds

Brad Smith told me they are not needed any longer


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/multimedia/libbluray/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/libbluray/Makefile
diff -u pkgsrc/multimedia/libbluray/Makefile:1.32 pkgsrc/multimedia/libbluray/Makefile:1.33
--- pkgsrc/multimedia/libbluray/Makefile:1.32   Tue Dec  6 19:32:56 2022
+++ pkgsrc/multimedia/libbluray/Makefile        Fri Dec  9 08:28:18 2022
@@ -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



Home | Main Index | Thread Index | Old Index