diff options
author | garbled <garbled> | 1998-12-31 07:28:46 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-12-31 07:28:46 +0000 |
commit | 074e01e0edbd36d0947004643f13926ad154fe37 (patch) | |
tree | d0c7147acea7e7730016c5371a818ac9a0db09f6 | |
parent | 8847e8ad1142f7916540d66c26e3fb05b6eb66cb (diff) | |
download | pkgsrc-074e01e0edbd36d0947004643f13926ad154fe37.tar.gz |
Newer versions of qt >1.40 seem to need -lXext
-rw-r--r-- | games/nethack-qt/patches/patch-aa | 4 |
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 |