diff options
Diffstat (limited to 'astro/wmglobe')
-rw-r--r-- | astro/wmglobe/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/wmglobe/files/patch-aa b/astro/wmglobe/files/patch-aa index 7f7e8ceaab42..e280996a8645 100644 --- a/astro/wmglobe/files/patch-aa +++ b/astro/wmglobe/files/patch-aa @@ -5,7 +5,7 @@ -LIBS = -lXext -lX11 -lm -L/usr/X11R6/lib \ - -ltiff -lXpm -lpng -lz -ljpeg -lungif -lwraster +INC = `get-wraster-flags --cflags` -+LIBS = `get-wraster-flags --libs` -L${PREFIX}/lib -L${LOCALBASE}/lib ++LIBS = `get-wraster-flags --libs` `get-wraster-flags --ldflags` OBJS = src/wmglobe.o src/rend.o src/wmgutil.o \ src/sunpos.o src/myconvert.o src/mycontext.o |