diff options
Diffstat (limited to 'games/3dc/files/patch-aa')
-rw-r--r-- | games/3dc/files/patch-aa | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/games/3dc/files/patch-aa b/games/3dc/files/patch-aa new file mode 100644 index 000000000000..518b8f27b67a --- /dev/null +++ b/games/3dc/files/patch-aa @@ -0,0 +1,35 @@ +--- src/Makefile.orig Thu Apr 11 10:23:53 1996 ++++ src/Makefile Sun May 3 19:20:18 1998 +@@ -13,7 +13,7 @@ + # If your system doesn't have a unique define already, define one here. + + # Linux +-CONFIGS=-DHAVE_UNISTD_H -DHAVE_ULIMIT_H ++CONFIGS=-DHAVE_UNISTD_H + # OSF/Digital Unix/HPUX + #CONFIGS=-fPIC -DHAVE_UNISTD_H -DHAVE_ULIMIT_H + # Sun +@@ -27,19 +27,19 @@ + # can send me opinions at mailto:paulh@euristix.ie + PREFS=-DUNDO_ANY_MOVE + +-CC=gcc ++#CC=gcc + #DEBUG=-g -Wall -DDEBUG + DEBUG= +-COPTIONS=-O2 -fstrength-reduce -fpcc-struct-return -DVERSION=\"${VERSION}\" ++COPTIONS=-DVERSION=\"${VERSION}\" + +-CFLAGS=${COPTIONS} ${DEBUG} ${CONFIGS} ${PREFS} -I../include ++CFLAGS+=${COPTIONS} ${DEBUG} ${CONFIGS} ${PREFS} -I../include -I${X11BASE}/include + LDOPTIONS= + + # LDLIBS should include the name of your X library path if not /usr/lib; + # and I definitely recommend getting Xaw3d. The extra appearance doesn't + # appear much but it looks much better when it does. + # Linux +-LDLIBS=-L/usr/X11R6/lib -lXpm -lXaw3d -lXmu -lXext -lXt -lX11 ++LDLIBS=-L${X11BASE}/lib -lXpm -lXaw3d -lXmu -lXext -lXt -lX11 + # Sun + #LDLIBS=-lXpm -lXaw -lXmu -lXext -lXt -lX11 -lm + |