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: triaxx
Date: Sun Nov 6 14:17:04 UTC 2022
Modified Files:
pkgsrc/multimedia/libbluray: Makefile
Log Message:
libbluray: Fix building for FreeBSD
pkgsrc changes:
---------------
* Add a preprocessor definition (from FreeBSD ports).
* Bump revision.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 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.29 pkgsrc/multimedia/libbluray/Makefile:1.30
--- pkgsrc/multimedia/libbluray/Makefile:1.29 Mon Sep 26 17:41:53 2022
+++ pkgsrc/multimedia/libbluray/Makefile Sun Nov 6 14:17:04 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2022/09/26 17:41:53 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2022/11/06 14:17:04 triaxx Exp $
DISTNAME= libbluray-1.3.3
+PKGREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://download.videolan.org/pub/videolan/libbluray/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.bz2
@@ -17,6 +18,7 @@ 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
Home |
Main Index |
Thread Index |
Old Index