pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/MesaLib Use the proper way to pass the necess...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e99d529dbd76
branches: trunk
changeset: 542417:e99d529dbd76
user: tron <tron%pkgsrc.org@localhost>
date: Thu May 15 19:46:47 2008 +0000
description:
Use the proper way to pass the necessary arguments for the Mac OS X Leopard
link bug workaround to the linker.
diffstat:
graphics/MesaLib/buildlink3.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bbf300a17dbd -r e99d529dbd76 graphics/MesaLib/buildlink3.mk
--- a/graphics/MesaLib/buildlink3.mk Thu May 15 19:46:46 2008 +0000
+++ b/graphics/MesaLib/buildlink3.mk Thu May 15 19:46:47 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.45 2008/04/24 11:55:22 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.46 2008/05/15 19:46:47 tron Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
MESALIB_BUILDLINK3_MK:= ${MESALIB_BUILDLINK3_MK}+
@@ -20,7 +20,7 @@
# See <http://developer.apple.com/qa/qa2007/qa1567.html>.
.if !empty(MACHINE_PLATFORM:MDarwin-[9].*-*)
-BUILDLINK_LDFLAGS.MesaLib+= -Wl,-dylib_file
-Wl,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
+BUILDLINK_LDFLAGS.MesaLib+=
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
.endif
pkgbase:= MesaLib
Home |
Main Index |
Thread Index |
Old Index