diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-08-17 03:13:12 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-08-17 03:13:12 +0000 |
commit | bb8608d89834479be458adc55ee0b0a21ddbf3da (patch) | |
tree | d7ce4015dce90eb29cfdf34741f18bf1343e7455 /games/bugsx/files | |
parent | 84ece66cd2c3aaa3cc2661c155269eef29f22bdd (diff) | |
download | ports-bb8608d89834479be458adc55ee0b0a21ddbf3da.tar.gz ports-bb8608d89834479be458adc55ee0b0a21ddbf3da.zip |
Notes
Diffstat (limited to 'games/bugsx/files')
-rw-r--r-- | games/bugsx/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/bugsx/files/patch-aa b/games/bugsx/files/patch-aa new file mode 100644 index 000000000000..b5cc62e9c75b --- /dev/null +++ b/games/bugsx/files/patch-aa @@ -0,0 +1,19 @@ +*** Imakefile.orig Tue Sep 2 22:33:16 1997 +--- Imakefile Thu Dec 18 04:24:33 1997 +*************** +*** 36,42 **** + ############################################################################## + + OBJS = bugsx.o xbutil.o util.o breed.o grow.o noise.o +! SRCS = bugsx.c xbutil.o util.c breed.c grow.c noise.c + + INCLUDES = -I$(TOP) -I$(TOP)/X11 + +--- 36,42 ---- + ############################################################################## + + OBJS = bugsx.o xbutil.o util.o breed.o grow.o noise.o +! SRCS = bugsx.c xbutil.c util.c breed.c grow.c noise.c + + INCLUDES = -I$(TOP) -I$(TOP)/X11 + |