summaryrefslogtreecommitdiff
path: root/games/xphotohunter/files
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>1999-09-07 11:41:37 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>1999-09-07 11:41:37 +0000
commitb1d5aaa8f886df3b24e99ebfe7fe1cd5e706905f (patch)
tree33868ffd29a43a98769a2568861beca1ef9daa7e /games/xphotohunter/files
parentDeactive xphotohunter. (diff)
Re-import xphotohunter to the RIGHT place.
Pointed out by: Satoshi - Ports Wraith - Asami
Notes
Notes: svn path=/head/; revision=21372
Diffstat (limited to 'games/xphotohunter/files')
-rw-r--r--games/xphotohunter/files/patch-aa31
1 files changed, 31 insertions, 0 deletions
diff --git a/games/xphotohunter/files/patch-aa b/games/xphotohunter/files/patch-aa
new file mode 100644
index 000000000000..455b942fd7f0
--- /dev/null
+++ b/games/xphotohunter/files/patch-aa
@@ -0,0 +1,31 @@
+--- Makefile.orig Sat Jul 17 01:24:06 1999
++++ Makefile Fri Aug 13 01:07:41 1999
+@@ -5,17 +5,17 @@
+ # if you want to install executive files in another directory, edit the following line.
+ BINDIR=/usr/local/bin
+ # where your locale dir is
+-LOCALEDIR=/usr/share/locale
++LOCALEDIR=/usr/local/share/locale
+
+ CC=gcc
+ DEFS=-DDEFAULT_DIR=\"$(DATADIR)\"
+ #INCLUDES=-I./ -I/usr/include -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/local/include
+-#INCLUDES=-I./ -I/usr/include -I/usr/X11R6/include -I/usr/local/include `gtk-config --cflags`
+-INCLUDES=`gtk-config --cflags`
++#INCLUDES=-I./ -I/usr/include -I/usr/X11R6/include -I/usr/local/include `gtk12-config --cflags`
++INCLUDES=`gtk12-config --cflags`
+ # the sequence of the "-l" is important when you compile staticly.
+ #LIBS=-L/usr/lib -L/usr/X11R6/lib -L/usr/local/lib -lgtk -lgdk_imlib -lgdk -lglib -ljpeg -ltiff -lpng -lz -lgif -lXi -lXext -lX11 -lm
+-#LIBS=-L/usr/lib -L/usr/X11R6/lib -L/usr/local/lib `gtk-config --libs`
+-LIBS=-lgdk_imlib -ljpeg -ltiff -lpng -lz -lgif `gtk-config --libs` -lXi -lXext -lX11 -lm
++#LIBS=-L/usr/lib -L/usr/X11R6/lib -L/usr/local/lib `gtk12-config --libs`
++LIBS=-lgdk_imlib -ljpeg -ltiff -lpng -lz -lgif `gtk12-config --libs` -lXi -lXext -lX11 -lm
+ CFLAGS= -g -O2 -Wall
+
+ INSTALL = /usr/bin/install -c
+@@ -66,4 +66,4 @@
+ $(RM) $(OBJS) $(DYNAMIC)
+ clean-all: clean clean-dynamic
+
+-
++