diff options
Diffstat (limited to 'games/xoids/files/patch-aa')
-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 |