pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/MesaLib



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Oct 10 10:54:58 UTC 2018

Modified Files:
        pkgsrc/graphics/MesaLib: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 pkgsrc/graphics/MesaLib/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/MesaLib/Makefile
diff -u pkgsrc/graphics/MesaLib/Makefile:1.142 pkgsrc/graphics/MesaLib/Makefile:1.143
--- pkgsrc/graphics/MesaLib/Makefile:1.142      Fri Aug 31 08:26:42 2018
+++ pkgsrc/graphics/MesaLib/Makefile    Wed Oct 10 10:54:58 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.142 2018/08/31 08:26:42 wiz Exp $
+# $NetBSD: Makefile,v 1.143 2018/10/10 10:54:58 maya Exp $
 
 DISTNAME=      mesa-11.2.2
 PKGNAME=       ${DISTNAME:S/mesa/MesaLib/}
@@ -84,14 +84,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