aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-02-17 08:18:14 +0800
committerade <ade@FreeBSD.org>2000-02-17 08:18:14 +0800
commit9a400f2686f9b7e77f7aca74ebd37a5c9a51410a (patch)
tree430010fbc4b28daeebe2f1b8d6aad9d88296f588 /astro
parent2100ef2c1ca8a80cb2bb5749145a05a97c1abfa1 (diff)
downloadfreebsd-ports-gnome-9a400f2686f9b7e77f7aca74ebd37a5c9a51410a.tar.gz
freebsd-ports-gnome-9a400f2686f9b7e77f7aca74ebd37a5c9a51410a.tar.zst
freebsd-ports-gnome-9a400f2686f9b7e77f7aca74ebd37a5c9a51410a.zip
Use libungif
Diffstat (limited to 'astro')
-rw-r--r--astro/wmglobe/Makefile2
-rw-r--r--astro/wmglobe/files/patch-aa2
2 files changed, 2 insertions, 2 deletions
diff --git a/astro/wmglobe/Makefile b/astro/wmglobe/Makefile
index 0e48d3b05265..7696d6456e8b 100644
--- a/astro/wmglobe/Makefile
+++ b/astro/wmglobe/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.3:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff \
- gif.5:${PORTSDIR}/graphics/giflib \
+ ungif.5:${PORTSDIR}/graphics/libungif \
wraster.3:${PORTSDIR}/x11-wm/windowmaker
USE_X_PREFIX= yes
diff --git a/astro/wmglobe/files/patch-aa b/astro/wmglobe/files/patch-aa
index f6c7958d4aa0..055020c6d1a5 100644
--- a/astro/wmglobe/files/patch-aa
+++ b/astro/wmglobe/files/patch-aa
@@ -6,7 +6,7 @@
- -ltiff -lXpm -lpng -lz -ljpeg -lungif -lwraster
+INC = -I${X11BASE}/include
+LIBS = -lXext -lX11 -lm -L${X11BASE}/lib -L${LOCALBASE}/lib \
-+ -ltiff -lXpm -lpng -lz -ljpeg -lgif -lwraster
++ -ltiff -lXpm -lpng -lz -ljpeg -lungif -lwraster
OBJS = src/wmglobe.o src/rend.o src/wmgutil.o \
src/sunpos.o src/myconvert.o src/mycontext.o