pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/lilv
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Dec 3 11:21:17 UTC 2024
Modified Files:
pkgsrc/audio/lilv: Makefile
Log Message:
lilv: SunOS requires -D__EXTENSIONS__.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/audio/lilv/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/lilv/Makefile
diff -u pkgsrc/audio/lilv/Makefile:1.46 pkgsrc/audio/lilv/Makefile:1.47
--- pkgsrc/audio/lilv/Makefile:1.46 Sun Nov 17 07:15:34 2024
+++ pkgsrc/audio/lilv/Makefile Tue Dec 3 11:21:17 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2024/11/17 07:15:34 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2024/12/03 11:21:17 jperkin Exp $
DISTNAME= lilv-0.24.24
PKGREVISION= 1
@@ -18,6 +18,8 @@ FORCE_CXX_STD= c++11
MESON_ARGS+= -Dbindings_py=disabled
+CPPFLAGS.SunOS+= -D__EXTENSIONS__
+
PKGCONFIG_OVERRIDE_STAGE= pre-install
PKGCONFIG_OVERRIDE+= output/meson-private/lilv-0.pc
Home |
Main Index |
Thread Index |
Old Index