diff options
author | garbled <garbled@pkgsrc.org> | 1998-08-27 14:06:07 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-08-27 14:06:07 +0000 |
commit | 2896fa84839e6dd520f152478fdf78c4e92832a2 (patch) | |
tree | 3115d0a8e4b3ee5696c7b5301ba6b7da2728485f /games/gemdropx/patches | |
parent | c9ab23f10f42c84d11c879ea409a82917542b8e0 (diff) | |
download | pkgsrc-2896fa84839e6dd520f152478fdf78c4e92832a2.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/gemdropx/patches')
-rw-r--r-- | games/gemdropx/patches/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gemdropx/patches/patch-ab b/games/gemdropx/patches/patch-ab index 8a5e2662f15..64064fbab30 100644 --- a/games/gemdropx/patches/patch-ab +++ b/games/gemdropx/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.2 1998/08/07 10:40:41 agc Exp $ +$NetBSD: patch-ab,v 1.3 1998/08/27 14:06:09 garbled Exp $ --- makefile.orig Fri Nov 21 23:56:59 1997 +++ makefile Sat Jul 25 06:50:05 1998 @@ -16,8 +16,8 @@ $NetBSD: patch-ab,v 1.2 1998/08/07 10:40:41 agc Exp $ +GFX=$(PREFIX)/share/gemdropx/gfx +SOUNDS=$(PREFIX)/share/gemdropx/sounds + -+XLIB= $(RPATH) -L$(PREFIX)/lib -lX11 -lm -lcompat -+XINC= -I$(PREFIX)/include ++XLIB= -Wl,-R$(X11BASE)/lib -L$(X11BASE)/lib -lX11 -lm -lcompat ++XINC= -I$(X11BASE)/include +CFLAGS= $(XINC) -DSOUNDS=\"$(SOUNDS)\" -DGFX=\"$(GFX)\" @@ -29,11 +30,15 @@ |