diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-23 00:16:39 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-23 00:16:39 +0000 |
commit | f013cbe4feb65e43f58897f235d4782410e613c7 (patch) | |
tree | 2445a1872de5f050b8402a22cfda260f60080da2 /astro | |
parent | 4bd98fb07c911b1435bfdee16dc61f72bddc539e (diff) | |
download | ports-f013cbe4feb65e43f58897f235d4782410e613c7.tar.gz ports-f013cbe4feb65e43f58897f235d4782410e613c7.zip |
Notes
Diffstat (limited to 'astro')
-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 |