diff options
author | mph <mph@FreeBSD.org> | 1998-04-27 13:01:11 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-04-27 13:01:11 +0800 |
commit | 5c60314c9e98f2d14b34fa451adb718629758527 (patch) | |
tree | 9af237b5b3c2d2c6a7f60180de6bea76c1177ca5 /games/xoids/files | |
parent | e9d069f5335bc4155b8893acfe8ebcdf8afbae03 (diff) | |
download | freebsd-ports-gnome-5c60314c9e98f2d14b34fa451adb718629758527.tar.gz freebsd-ports-gnome-5c60314c9e98f2d14b34fa451adb718629758527.tar.zst freebsd-ports-gnome-5c60314c9e98f2d14b34fa451adb718629758527.zip |
Imports of xoids 1.5, an X11 Asteroids clone.
PR: 6048
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games/xoids/files')
-rw-r--r-- | games/xoids/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xoids/files/patch-aa b/games/xoids/files/patch-aa new file mode 100644 index 000000000000..83aebbc056c8 --- /dev/null +++ b/games/xoids/files/patch-aa @@ -0,0 +1,11 @@ +--- Imakefile.orig Tue Jun 25 02:42:14 1996 ++++ Imakefile Mon Apr 27 00:58:16 1998 +@@ -24,6 +24,8 @@ + #endif + + #if defined(FreeBSDArchitecture) ++XPM_INC_FLAGS = -I$(X11BASE)/include/X11 ++XPM_LIB_FLAGS = -lXpm + #endif + + SRCS = init.c oids.c oids_x.c |