summaryrefslogtreecommitdiff
path: root/games/nethack-qt/patches
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-26 18:52:09 +0000
committerjlam <jlam>2001-06-26 18:52:09 +0000
commit46a8165a1649136a08fef9191e908c3680e47fe0 (patch)
tree666f0b14cfb52118a6a7435ba59d96a8e1f84372 /games/nethack-qt/patches
parentf3b323f0e15f6c5a6c11f593ff8764e8dc8e83f4 (diff)
downloadpkgsrc-46a8165a1649136a08fef9191e908c3680e47fe0.tar.gz
Convert to use buildlink.mk files.
Diffstat (limited to 'games/nethack-qt/patches')
-rw-r--r--games/nethack-qt/patches/patch-ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/nethack-qt/patches/patch-ac b/games/nethack-qt/patches/patch-ac
index 540493101eb..362b90e90eb 100644
--- a/games/nethack-qt/patches/patch-ac
+++ b/games/nethack-qt/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.6 2000/08/10 17:50:13 pooka Exp $
+$NetBSD: patch-ac,v 1.7 2001/06/26 18:52:09 jlam Exp $
--- sys/unix/Makefile.src.orig Sat Aug 5 13:52:57 2000
+++ sys/unix/Makefile.src Thu Aug 10 20:03:19 2000
@@ -8,8 +8,8 @@ $NetBSD: patch-ac,v 1.6 2000/08/10 17:50:13 pooka Exp $
-CFLAGS = -O -I../include
-LFLAGS =
-+CFLAGS = -O -I../include -I${X11BASE}/include
-+LFLAGS = -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib
++CFLAGS += -O -I../include -I${X11BASE}/include
++LFLAGS = ${LDFLAGS}
# The Qt and Be window systems are written in C++, while the rest of
# NetHack is standard C. If using Qt, uncomment the LD line here to get