summaryrefslogtreecommitdiff
path: root/games/nethack-qt
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>1998-12-31 07:28:46 +0000
committergarbled <garbled@pkgsrc.org>1998-12-31 07:28:46 +0000
commit0fc28f0518af45162d0d37967f63eb5b697b3082 (patch)
treed0c7147acea7e7730016c5371a818ac9a0db09f6 /games/nethack-qt
parent76264b21161ee9ed4f1412867194e80c73eb8eaf (diff)
downloadpkgsrc-0fc28f0518af45162d0d37967f63eb5b697b3082.tar.gz
Newer versions of qt >1.40 seem to need -lXext
Diffstat (limited to 'games/nethack-qt')
-rw-r--r--games/nethack-qt/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-qt/patches/patch-aa b/games/nethack-qt/patches/patch-aa
index 333dcf7df67..f9b66afe734 100644
--- a/games/nethack-qt/patches/patch-aa
+++ b/games/nethack-qt/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 1998/08/31 08:43:13 matthias Exp $
+$NetBSD: patch-aa,v 1.3 1998/12/31 07:28:46 garbled Exp $
--- win/Qt/nhqt.patch.orig Tue Apr 14 08:40:16 1998
+++ win/Qt/nhqt.patch Sat Aug 8 06:42:11 1998
@@ -88,3 +73,3 @@
@@ -101,7 +101,7 @@ $NetBSD: patch-aa,v 1.2 1998/08/31 08:43:13 matthias Exp $
@@ -548,3 +505,3 @@
+ # For USER_SOUNDS support, include -laudio -lm
-+ WINQTLIB = -lqt -lX11 -laudio -lm
-++ WINQTLIB = -lqt -lX11
+++ WINQTLIB = -lqt -lX11 -lXext
+ #
@@ -994,3 +951,2 @@
# IF YOU PUT STUFF HERE IT WILL GO AWAY