summaryrefslogtreecommitdiff
path: root/emulators/stella/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-05-31 15:01:00 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-05-31 15:01:00 +0000
commit82a9b0ca8e70646e3e0a6dacf42897992a17a8ce (patch)
treee43ac768423d206195de01e441c977beb1efd1f2 /emulators/stella/patches
parent948d4eb943f11d25c5764cd5444115ed4dd82df5 (diff)
downloadpkgsrc-82a9b0ca8e70646e3e0a6dacf42897992a17a8ce.tar.gz
-ELF -Wl,-R fix
-work around a pmax/sparc compiler bug. Don't optimize on the problem file on either of these 2 arch's. Fixes recently noted compile problems.
Diffstat (limited to 'emulators/stella/patches')
-rw-r--r--emulators/stella/patches/patch-ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/stella/patches/patch-ac b/emulators/stella/patches/patch-ac
index ca90516d47c..9cff44c0f1b 100644
--- a/emulators/stella/patches/patch-ac
+++ b/emulators/stella/patches/patch-ac
@@ -1,3 +1,5 @@
+$NetBSD: patch-ac,v 1.3 2000/05/31 15:01:01 dmcmahill Exp $
+
--- makefile.orig Sat Feb 27 09:29:46 1999
+++ makefile Tue May 30 21:16:47 2000
@@ -35,8 +35,6 @@
@@ -25,7 +27,7 @@
OPTIONS="-DBSPF_UNIX" \
- LDFLAGS="-L/usr/X11R6/lib" \
- LDLIBS="-lX11 -lXext" \
-+ LDLIBS="-L$(X11BASE)/lib -lX11 -lXext" \
++ LDLIBS="-L$(X11BASE)/lib -Wl,-R$(X11BASE)/lib -lX11 -lXext" \
OBJS="mainX11.o SndUnix.o"
@@ -325,6 +322,12 @@