diff options
author | jkh <jkh@FreeBSD.org> | 1996-04-28 02:37:41 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-04-28 02:37:41 +0800 |
commit | 73322e6f9ada4ba00eea60944bb3f76cb6c6d9c2 (patch) | |
tree | a14b915181d29fb6b7c12f43b0bb4336367a4f99 /games/imaze/files | |
parent | 2dca20c3abfdf6cf1555aa21d30f8f8613b7981d (diff) | |
download | freebsd-ports-graphics-73322e6f9ada4ba00eea60944bb3f76cb6c6d9c2.tar.gz freebsd-ports-graphics-73322e6f9ada4ba00eea60944bb3f76cb6c6d9c2.tar.zst freebsd-ports-graphics-73322e6f9ada4ba00eea60944bb3f76cb6c6d9c2.zip |
Bring in the imaze port with NO_CDROM set (if we get permission, we'll change
that).
Submitted-By: Ronald Kuehn <kuehn@rz.tu-clausthal.de>
Diffstat (limited to 'games/imaze/files')
-rw-r--r-- | games/imaze/files/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games/imaze/files/patch-aa b/games/imaze/files/patch-aa new file mode 100644 index 00000000000..ae473c6839d --- /dev/null +++ b/games/imaze/files/patch-aa @@ -0,0 +1,20 @@ +*** source/Makefile.new Fri Apr 12 07:10:57 1996 +--- source/Makefile Thu Feb 22 23:01:18 1996 +*************** +*** 116,122 **** + GRAFLIBS='$$(XVLIBS)' \ + GRAFINCLUDES='$$(XVINCLUDES)' \ + GRAFOBJS='$$(XVOBJS)' \ +! SYSDEFS='-DDONT_DECLARE_ERRLIST -DSOUND -DJOYSTICK' \ + all + + irix: +--- 116,123 ---- + GRAFLIBS='$$(XVLIBS)' \ + GRAFINCLUDES='$$(XVINCLUDES)' \ + GRAFOBJS='$$(XVOBJS)' \ +! SYSDEFS='-DDONT_DECLARE_ERRLIST -DSOUND \ +! -DDEFAULT_SOUND_DIR=\"$(SOUNDDIR)\" -DJOYSTICK' \ + all + + irix: |