diff options
author | anholt <anholt@FreeBSD.org> | 2003-05-19 03:18:21 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-05-19 03:18:21 +0800 |
commit | 306dd65faea444de62fade9e92ff591fc92b0fbd (patch) | |
tree | f00415d3550b621047024f874937a744c6317d2e /games/xevil/files/patch-aa | |
parent | e9adccaf03f8b25ba8dee87c9b3d17174e7183af (diff) | |
download | freebsd-ports-graphics-306dd65faea444de62fade9e92ff591fc92b0fbd.tar.gz freebsd-ports-graphics-306dd65faea444de62fade9e92ff591fc92b0fbd.tar.zst freebsd-ports-graphics-306dd65faea444de62fade9e92ff591fc92b0fbd.zip |
Update to 2.02r2, fixing the build on -current.
Diffstat (limited to 'games/xevil/files/patch-aa')
-rw-r--r-- | games/xevil/files/patch-aa | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/games/xevil/files/patch-aa b/games/xevil/files/patch-aa index ea4cd3e46cb..32472679189 100644 --- a/games/xevil/files/patch-aa +++ b/games/xevil/files/patch-aa @@ -1,6 +1,6 @@ ---- config.mk.orig Wed Jan 19 14:19:04 2000 -+++ config.mk Thu Dec 21 19:40:33 2000 -@@ -34,12 +34,12 @@ +--- config.mk.orig Sun Mar 23 00:08:58 2003 ++++ config.mk Sun May 18 12:02:44 2003 +@@ -34,7 +34,7 @@ # You can add -DNDEBUG to speed up a release build by removing the assert() # calls. But, on a really obscure Linux machine, this caused Xlib to blow up # internally, so you do so at your own risk. @@ -9,12 +9,6 @@ LINK_OPT = - # The string that will be used for making the packaged .tar.Z file. --VERSION = 2.01 -+VERSION = 2.02 - - #SRC_DIR and WORK_DIR are only used for `make workdir` - SRC_DIR = /mit/hardts/src/X/xevil1.4.9 @@ -83,7 +83,9 @@ #### Attempt to guesss the host architecture using the HOSTYPE and hostype # variables. Then call self with the architecture name. |