diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-02-18 00:36:54 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-02-18 00:36:54 +0000 |
commit | 2973ca60db37d62c7a10f0fbd9f99ff8c0a5706e (patch) | |
tree | adf9b64b4a329e5e28a0de707b10440cd693db49 /games/xphotohunter | |
parent | New patch to eliminate editorial in reference file. (diff) |
Use -lungif instead of -lgif
Notes
Notes:
svn path=/head/; revision=25949
Diffstat (limited to 'games/xphotohunter')
-rw-r--r-- | games/xphotohunter/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xphotohunter/files/patch-aa b/games/xphotohunter/files/patch-aa index a254b1c33c1d..c08ecab0ec52 100644 --- a/games/xphotohunter/files/patch-aa +++ b/games/xphotohunter/files/patch-aa @@ -19,7 +19,7 @@ # -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=-lgdk_imlib -ljpeg -ltiff -lpng -lz -lgif `gtk12-config --libs` -lXi -lXext -lX11 -lm ++LIBS=-lgdk_imlib -ljpeg -ltiff -lpng -lz -lungif `gtk12-config --libs` -lXi -lXext -lX11 -lm CFLAGS= -g -O2 -Wall INSTALL = /usr/bin/install -c |