diff options
author | ade <ade@FreeBSD.org> | 2000-10-14 19:46:46 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-10-14 19:46:46 +0000 |
commit | 8166082c4ce39dce6450604072a49032b66010cc (patch) | |
tree | 0d3f10e0da1ba36e00793c65cd2e2929f59f72cf /games/xemeraldia | |
parent | f6a8c3e7a1066b85b0e4aaa49d6318d46c675996 (diff) | |
download | FreeBSD-ports-8166082c4ce39dce6450604072a49032b66010cc.zip FreeBSD-ports-8166082c4ce39dce6450604072a49032b66010cc.tar.gz |
Fix Imakefile breakage under XFree86 4.x
PR: 21972
Submitted by: Ports Fury
Diffstat (limited to 'games/xemeraldia')
-rw-r--r-- | games/xemeraldia/files/patch-aa | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/games/xemeraldia/files/patch-aa b/games/xemeraldia/files/patch-aa index 237c1811..12e0d3e 100644 --- a/games/xemeraldia/files/patch-aa +++ b/games/xemeraldia/files/patch-aa @@ -1,5 +1,5 @@ ---- Imakefile.orig Thu Dec 9 19:16:34 1999 -+++ Imakefile Thu Dec 9 19:27:40 1999 +--- Imakefile.orig Fri Oct 13 21:51:53 2000 ++++ Imakefile Fri Oct 13 21:52:37 2000 @@ -1,5 +1,4 @@ -BIN_DIR= /usr/local/bin -HIGH_SCORE_DIR= /usr/local/lib @@ -17,3 +17,12 @@ -D__USE_FIXED_PROTOTYPES__ HEADERS = games.h graphics.h bitmaps.h +@@ -27,7 +25,7 @@ + /*LOCAL_LIBRARIES= $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(EXTENSIONLIB) $(XLIB)*/ + LOCAL_LIBRARIES= XawClientLibs + +-ComplexProgramTarget(xemeraldia) ++ComplexProgramTargetNoMan(xemeraldia) + + AllTarget(XEmeraldia.ad) + InstallAppDefaults(XEmeraldia) |