diff options
author | steve <steve@FreeBSD.org> | 1999-02-22 04:00:36 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-02-22 04:00:36 +0000 |
commit | b00007e1e90c13bff79e82d09c709f584ea01b1c (patch) | |
tree | 0add877d9269945ad36e3560c5c9ebbf3e50bfe0 /games/imaze/files | |
parent | ed82d0fad2464cfd5909fe3ffb2beca81a4100b5 (diff) | |
download | FreeBSD-ports-b00007e1e90c13bff79e82d09c709f584ea01b1c.zip FreeBSD-ports-b00007e1e90c13bff79e82d09c709f584ea01b1c.tar.gz |
Among other things build the XView version by default.
PR: 10056
Submitted by: maintainer
Diffstat (limited to 'games/imaze/files')
-rw-r--r-- | games/imaze/files/patch-aa | 98 |
1 files changed, 38 insertions, 60 deletions
diff --git a/games/imaze/files/patch-aa b/games/imaze/files/patch-aa index 4921671..54abb7d 100644 --- a/games/imaze/files/patch-aa +++ b/games/imaze/files/patch-aa @@ -1,60 +1,38 @@ -*** source/Makefile.orig Thu Feb 22 23:01:18 1996 ---- source/Makefile Tue Nov 19 14:50:50 1996 -*************** -*** 111,123 **** - all - - freebsd: - $(MAKE) \ - OPENWINHOME='/usr/X11R6' \ - GRAFLIBS='$$(XVLIBS)' \ - GRAFINCLUDES='$$(XVINCLUDES)' \ - GRAFOBJS='$$(XVOBJS)' \ -! SYSDEFS='-DDONT_DECLARE_ERRLIST -DSOUND -DJOYSTICK' \ - all - - irix: - $(MAKE) \ ---- 111,135 ---- - all - - freebsd: -+ .if defined(HAVE_MOTIF) && defined(FORCE_MOTIF) && ${FORCE_MOTIF} == "yes" -+ $(MAKE) \ -+ GRAF=MOTIF \ -+ GRAFLIBS='$$(MOTIFLIB) $$(MOTIFLIBS)' \ -+ GRAFINCLUDES='-I$$(X11BASE)/include' \ -+ GRAFOBJS='$$(MOTIFOBJS)' \ -+ SYSDEFS='-DDONT_DECLARE_ERRLIST -DSOUND \ -+ -DDEFAULT_SOUND_DIR=\"$(SOUNDDIR)\" -DJOYSTICK' \ -+ all -+ .else - $(MAKE) \ - OPENWINHOME='/usr/X11R6' \ - GRAFLIBS='$$(XVLIBS)' \ - GRAFINCLUDES='$$(XVINCLUDES)' \ - GRAFOBJS='$$(XVOBJS)' \ -! SYSDEFS='-DDONT_DECLARE_ERRLIST -DSOUND \ -! -DDEFAULT_SOUND_DIR=\"$(SOUNDDIR)\" -DJOYSTICK' \ - all -+ .endif - - irix: - $(MAKE) \ -*************** -*** 143,149 **** - XVLIBS=-L$(OPENWINHOME)/lib -lxview -lolgx -lX11 - XVINCLUDES=-I$(OPENWINHOME)/include - -! MOTIFLIBS=-lXm -lXt -lX11 - MOTIFINCLUDES= - - GRAFLIBS=$($(GRAF)LIBS) ---- 155,161 ---- - XVLIBS=-L$(OPENWINHOME)/lib -lxview -lolgx -lX11 - XVINCLUDES=-I$(OPENWINHOME)/include - -! MOTIFLIBS=-lXt -lX11 - MOTIFINCLUDES= - - GRAFLIBS=$($(GRAF)LIBS) +--- source/Makefile.orig Sat Feb 13 00:33:39 1999 ++++ source/Makefile Sat Feb 13 00:41:26 1999 +@@ -111,13 +111,24 @@ + all + + freebsd: ++.if defined(FORCE_MOTIF) && ${FORCE_MOTIF} == "yes" + $(MAKE) \ +- OPENWINHOME='/usr/X11R6' \ ++ GRAF=MOTIF \ ++ GRAFLIBS='$$(MOTIFLIB) $$(MOTIFLIBS)' \ ++ GRAFINCLUDES='-I$$(X11BASE)/include' \ ++ GRAFOBJS='$$(MOTIFOBJS)' \ ++ SYSDEFS='-DDONT_DECLARE_ERRLIST -DJOYSTICK' \ ++ all ++.else ++ $(MAKE) \ ++ OPENWINHOME='$$(X11BASE)' \ + GRAFLIBS='$$(XVLIBS)' \ + GRAFINCLUDES='$$(XVINCLUDES)' \ + GRAFOBJS='$$(XVOBJS)' \ +- SYSDEFS='-DDONT_DECLARE_ERRLIST -DSOUND -DJOYSTICK' \ ++ SYSDEFS='-DDONT_DECLARE_ERRLIST -DSOUND \ ++ -DDEFAULT_SOUND_DIR=\"$(SOUNDDIR)\" -DJOYSTICK' \ + all ++.endif + + irix: + $(MAKE) \ +@@ -143,7 +154,7 @@ + XVLIBS=-L$(OPENWINHOME)/lib -lxview -lolgx -lX11 + XVINCLUDES=-I$(OPENWINHOME)/include + +-MOTIFLIBS=-lXm -lXt -lX11 ++MOTIFLIBS=-lXt -lX11 + MOTIFINCLUDES= + + GRAFLIBS=$($(GRAF)LIBS) |