pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/babl
Module Name: pkgsrc
Committed By: nia
Date: Thu Jan 9 23:37:45 UTC 2020
Modified Files:
pkgsrc/graphics/babl: Makefile
Log Message:
babl: Apply removals to post-wrapper transformed arguments.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/babl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/babl/Makefile
diff -u pkgsrc/graphics/babl/Makefile:1.27 pkgsrc/graphics/babl/Makefile:1.28
--- pkgsrc/graphics/babl/Makefile:1.27 Sun Nov 10 11:19:50 2019
+++ pkgsrc/graphics/babl/Makefile Thu Jan 9 23:37:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2019/11/10 11:19:50 nia Exp $
+# $NetBSD: Makefile,v 1.28 2020/01/09 23:37:45 nia Exp $
DISTNAME= babl-0.1.72
CATEGORIES= graphics
@@ -19,7 +19,9 @@ PKGCONFIG_OVERRIDE+= babl.pc.in
PYTHON_FOR_BUILD_ONLY= tool
-BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script,babl.map
+# Apply removals to post-wrapper transformed arguments.
+BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script
+BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,babl.map
.include "../../devel/meson/build.mk"
.include "../../devel/glib2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index