pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libepoxy



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Apr  6 17:14:44 UTC 2020

Modified Files:
        pkgsrc/graphics/libepoxy: Makefile

Log Message:
libepoxy: Remove bogus -D_XOPEN_SOURCE on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/libepoxy/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/libepoxy/Makefile
diff -u pkgsrc/graphics/libepoxy/Makefile:1.28 pkgsrc/graphics/libepoxy/Makefile:1.29
--- pkgsrc/graphics/libepoxy/Makefile:1.28      Wed Jan  1 21:16:12 2020
+++ pkgsrc/graphics/libepoxy/Makefile   Mon Apr  6 17:14:44 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/01/01 21:16:12 adam Exp $
+# $NetBSD: Makefile,v 1.29 2020/04/06 17:14:44 jperkin Exp $
 
 DISTNAME=      libepoxy-1.5.4
 CATEGORIES=    graphics
@@ -17,6 +17,8 @@ USE_TOOLS+=           pkg-config
 PKGCONFIG_OVERRIDE+=   epoxy.pc.in
 PYTHON_FOR_BUILD_ONLY= tool
 
+BUILDLINK_TRANSFORM.SunOS+=    rm:-D_XOPEN_SOURCE
+
 PLIST_VARS+=           egl
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index