summaryrefslogtreecommitdiff
path: root/games/xroach/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2009-02-07 17:31:29 +0000
committerjoerg <joerg>2009-02-07 17:31:29 +0000
commit8df6c55071ee5bddf4ebe213f9c38e2433a934ce (patch)
treec2237af4057e63c3876126f190f5c408727df6dd /games/xroach/patches
parentd614f0b09785012767993ac62131cc0055e27cfd (diff)
downloadpkgsrc-8df6c55071ee5bddf4ebe213f9c38e2433a934ce.tar.gz
Simplify and fix build with newer NetBSD by exploiting USE_BSD_MAKEFILE.
Diffstat (limited to 'games/xroach/patches')
-rw-r--r--games/xroach/patches/patch-aa11
1 files changed, 4 insertions, 7 deletions
diff --git a/games/xroach/patches/patch-aa b/games/xroach/patches/patch-aa
index 8257373cc87..ff81f82fa0c 100644
--- a/games/xroach/patches/patch-aa
+++ b/games/xroach/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/12/04 03:06:52 hubertf Exp $
+$NetBSD: patch-aa,v 1.2 2009/02/07 17:31:30 joerg Exp $
---- Makefile.orig Sat Dec 4 03:43:11 1999
-+++ Makefile Sat Dec 4 03:45:42 1999
-@@ -1,9 +1,12 @@
+--- Makefile.orig 1993-06-09 04:12:04.000000000 +0200
++++ Makefile
+@@ -1,9 +1,9 @@
# @(#)Makefile 8.1 (Berkeley) 6/8/93
PROG= xroach
@@ -13,8 +13,5 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/12/04 03:06:52 hubertf Exp $
DPADD= ${LIBX} ${LIBM}
-LDADD= -lX11/X11 -lm
+LDADD= -L${X11BASE}/lib -Wl,-R${X11BASE}/lib -lX11 -lm
-+
-+BINDIR= ${PREFIX}/bin
-+MANDIR= ${PREFIX}/man
.include <bsd.prog.mk>