From 9a400f2686f9b7e77f7aca74ebd37a5c9a51410a Mon Sep 17 00:00:00 2001 From: ade Date: Thu, 17 Feb 2000 00:18:14 +0000 Subject: Use libungif --- astro/wmglobe/Makefile | 2 +- astro/wmglobe/files/patch-aa | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'astro/wmglobe') diff --git a/astro/wmglobe/Makefile b/astro/wmglobe/Makefile index 0e48d3b..7696d64 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 f6c7958..055020c 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 -- cgit v1.1