diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
commit | b1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch) | |
tree | de86c8c77ebfec33fb4888f702c1c1fc593cce83 /games/xothello/files/patch-aa | |
parent | - update for cairo release (diff) |
Remove expired ports
Notes
Notes:
svn path=/head/; revision=147349
Diffstat (limited to 'games/xothello/files/patch-aa')
-rw-r--r-- | games/xothello/files/patch-aa | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/games/xothello/files/patch-aa b/games/xothello/files/patch-aa deleted file mode 100644 index 0c6e530ce0ec..000000000000 --- a/games/xothello/files/patch-aa +++ /dev/null @@ -1,38 +0,0 @@ ---- Makefile.orig Sat Feb 15 13:00:15 1997 -+++ Makefile Mon Jul 1 02:35:58 2002 -@@ -8,14 +8,17 @@ - # Flags that might be overriden by top makefile - #================================================================= - --CC = gcc --CCFLAG = -O2 -Wall -fno-strength-reduce --LDFLAG = -O -+#CC = gcc -+#CCFLAG = -O2 -Wall -fno-strength-reduce -+#LDFLAG = -O - SYSLIB = -lX11 -lm --XINCLUDE= -I/usr/X11R6/include --XLIB = -L/usr/X11R6/lib -+XINCLUDE= -I$(X11BASE)/include -+.if exists(${X11BASE}/include/X11/forms.h) -+XFORMSINC= -I${X11BASE}/include/X11 -+.endif -+XLIB = -L$(X11BASE)/lib - --INSTDIR = /usr/local -+INSTDIR = $(PREFIX) - BINDIR = $(INSTDIR)/bin - INSTALL = install - -@@ -23,9 +26,9 @@ - # Flags the compiler will see - #================================================================= - --CFLAGS = $(CCFLAG) $(XINCLUDE) -+CFLAGS = $(CCFLAG) $(XINCLUDE) $(XFORMSINC) - LDFLAGS = $(LDFLAG) --LIBS = -lforms $(SYSLIB) $(XLIB) -+LIBS = -lforms -lXpm $(SYSLIB) $(XLIB) - - #================================================================= - |