summaryrefslogtreecommitdiff
path: root/games/imaze/files/patch-aa
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1996-11-19 14:00:36 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1996-11-19 14:00:36 +0000
commitc04d84e8281b05347c5fa52451d9c46832086c69 (patch)
tree39d772e44b76e969a987e69b3fff8deb71351944 /games/imaze/files/patch-aa
parentAdd back part of manual compression rule (note double meaning of (diff)
- if MOTIFLIB is not defined, setup a default
- only use Motif if "FORCE_MOTIF" is defined
Notes
Notes: svn path=/head/; revision=4596
Diffstat (limited to '')
-rw-r--r--games/imaze/files/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/imaze/files/patch-aa b/games/imaze/files/patch-aa
index e0b33f5d0799..62a22fff91d7 100644
--- a/games/imaze/files/patch-aa
+++ b/games/imaze/files/patch-aa
@@ -1,5 +1,5 @@
*** source/Makefile.orig Thu Feb 22 23:01:18 1996
---- source/Makefile Tue Nov 19 11:45:31 1996
+--- source/Makefile Tue Nov 19 14:50:50 1996
***************
*** 111,123 ****
all
@@ -19,7 +19,7 @@
all
freebsd:
-+ .if defined(HAVE_MOTIF)
++ .if defined(HAVE_MOTIF) && defined(FORCE_MOTIF)
+ $(MAKE) \
+ GRAF=MOTIF \
+ GRAFLIBS='$$(MOTIFLIB) $$(MOTIFLIBS)' \