summaryrefslogtreecommitdiff
path: root/games/golddig/patches
diff options
context:
space:
mode:
authorgarbled <garbled>1998-08-27 14:06:07 +0000
committergarbled <garbled>1998-08-27 14:06:07 +0000
commit3fba00f440cd0883cd98c7c87ae9c7728f64376f (patch)
tree3115d0a8e4b3ee5696c7b5301ba6b7da2728485f /games/golddig/patches
parent78ad3306fd271df1032ebedd29981a98c50859ee (diff)
downloadpkgsrc-3fba00f440cd0883cd98c7c87ae9c7728f64376f.tar.gz
Remove a ton of cruft relating to ELF building of pkgs. The trick I had
previously used with OBJECT_FMT is not necc. with the revelation that -Wl,-R works. Also fixed alot of PREFIX -> X11BASE typos.
Diffstat (limited to 'games/golddig/patches')
-rw-r--r--games/golddig/patches/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/golddig/patches/patch-aa b/games/golddig/patches/patch-aa
index ee73978382b..da315166d99 100644
--- a/games/golddig/patches/patch-aa
+++ b/games/golddig/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 1998/08/07 10:40:41 agc Exp $
+$NetBSD: patch-aa,v 1.3 1998/08/27 14:06:09 garbled Exp $
--- Makefile.orig Tue Feb 8 21:11:37 1994
+++ Makefile Sun Jul 26 07:39:28 1998
@@ -17,11 +17,11 @@ $NetBSD: patch-aa,v 1.2 1998/08/07 10:40:41 agc Exp $
@@ -30,6 +30,6 @@
#CFLAGS = -O
-CFLAGS = -O2 -W -Wreturn-type -Wunused -finline-functions -D__USE_BSD_SIGNAL
-+CFLAGS = -O2 -W -Wreturn-type -Wunused -finline-functions -D__USE_BSD_SIGNAL -I$(PREFIX)/include
++CFLAGS = -O2 -W -Wreturn-type -Wunused -finline-functions -D__USE_BSD_SIGNAL -I$(X11BASE)/include
#CFLAGS = -g
#LDFLAGS = -L /usr/X11/lib -lbsd -s
-LDFLAGS = -L /usr/X11/lib -s
-+LDFLAGS = $(RPATH) -L$(PREFIX)/lib
++LDFLAGS = -Wl,-R$(X11BASE)/lib -L$(X11BASE)/lib
@@ -38,13 +38,12 @@
install: all