1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

Oops, commit correct patch

This commit is contained in:
Chris D. Faulhaber 2000-02-23 00:16:39 +00:00
parent 4bd98fb07c
commit f013cbe4fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26178

View File

@ -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