summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgarbled <garbled>1998-12-31 07:28:46 +0000
committergarbled <garbled>1998-12-31 07:28:46 +0000
commit80bf7b56c45d191ca78f21e9aa64ccc7009086d1 (patch)
treed0c7147acea7e7730016c5371a818ac9a0db09f6
parent3a0b6a7df18f5fb76d21a21c933fe59dc4b1c343 (diff)
downloadpkgsrc-80bf7b56c45d191ca78f21e9aa64ccc7009086d1.tar.gz
Newer versions of qt >1.40 seem to need -lXext
-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