pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/MesaLib18



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Oct 10 10:56:11 UTC 2018

Modified Files:
        pkgsrc/graphics/MesaLib18: Makefile

Log Message:
MesaLib18: remove workaround for pkgsrc GCC already fixed in GCC (upstream
and in pkgsrc)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/MesaLib18/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/MesaLib18/Makefile
diff -u pkgsrc/graphics/MesaLib18/Makefile:1.1 pkgsrc/graphics/MesaLib18/Makefile:1.2
--- pkgsrc/graphics/MesaLib18/Makefile:1.1      Sun Oct  7 23:49:31 2018
+++ pkgsrc/graphics/MesaLib18/Makefile  Wed Oct 10 10:56:11 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/10/07 23:49:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2018/10/10 10:56:11 maya Exp $
 
 DISTNAME=      mesa-18.2.0
 PKGNAME=       ${DISTNAME:S/mesa/MesaLib/}
@@ -69,14 +69,6 @@ BUILD_DEPENDS+=              ${PYPKGPREFIX}-mako-[0-
 CONFIGURE_ENV+=                ac_cv_prog_PYTHON2=${PYTHONBIN}
 .include "../../lang/python/tool.mk"
 
-# On NetBSD < 6 we need to compile with GCC from pkgsrc.
-# But GCC from pkgsrc does not add implicit -lc like base GCC does,
-# which breaks the build with -Wl,--no-undefined.
-# So we piggy back on -lpthread and inject -lc after it.
-.if !empty(MACHINE_PLATFORM:MNetBSD-[1-5].*-*)
-BUILDLINK_TRANSFORM+=   l:pthread:pthread:c l:m:m:c
-.endif
-
 # Handle platforms without exp2
 .if !empty(MACHINE_PLATFORM:MNetBSD-[1-5].*-*)
 CPPFLAGS+=     -Dexp2\(x\)=exp\(\(x\)\*M_LN2\)



Home | Main Index | Thread Index | Old Index