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:           Sun Nov 10 11:19:50 UTC 2019

Modified Files:
        pkgsrc/graphics/babl: Makefile

Log Message:
babl: Remove unsupported linker args on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 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.26 pkgsrc/graphics/babl/Makefile:1.27
--- pkgsrc/graphics/babl/Makefile:1.26  Sat Nov  2 14:05:08 2019
+++ pkgsrc/graphics/babl/Makefile       Sun Nov 10 11:19:50 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/11/02 14:05:08 nia Exp $
+# $NetBSD: Makefile,v 1.27 2019/11/10 11:19:50 nia Exp $
 
 DISTNAME=      babl-0.1.72
 CATEGORIES=    graphics
@@ -19,6 +19,8 @@ PKGCONFIG_OVERRIDE+=  babl.pc.in
 
 PYTHON_FOR_BUILD_ONLY= tool
 
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--version-script,babl.map
+
 .include "../../devel/meson/build.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../graphics/lcms2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index