diff options
author | torstenb <torstenb@FreeBSD.org> | 1996-11-19 14:00:36 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1996-11-19 14:00:36 +0000 |
commit | b560a261eecc36f8b63a853430bb587887647d4d (patch) | |
tree | 5fc62d41f1bf286eedc069b795a859442f1eabf7 /games/imaze/files | |
parent | 1e6b7bab350bbea94681fcac5d1fa01bced480f0 (diff) | |
download | FreeBSD-ports-b560a261eecc36f8b63a853430bb587887647d4d.zip FreeBSD-ports-b560a261eecc36f8b63a853430bb587887647d4d.tar.gz |
- if MOTIFLIB is not defined, setup a default
- only use Motif if "FORCE_MOTIF" is defined
Diffstat (limited to 'games/imaze/files')
-rw-r--r-- | games/imaze/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/imaze/files/patch-aa b/games/imaze/files/patch-aa index e0b33f5..62a22ff 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)' \ |