- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
20 lines
675 B
Text
20 lines
675 B
Text
--- Makefile.orig Tue Apr 10 18:16:03 2001
|
|
+++ Makefile Tue Apr 10 18:18:54 2001
|
|
@@ -7,15 +7,14 @@
|
|
|
|
# you may need to change this if you lack gcc (in which case you may
|
|
# not be able to compile at all
|
|
-CC = gcc
|
|
|
|
# you'll probably have to dick with the libs, depending on how your imlib
|
|
# is compiled. We default to including all of the extras supported by
|
|
# imlib 1.9
|
|
-LIBS = -lX11 -lXext -lImlib -ljpeg -lm -lpng -ltiff -lz -lgif
|
|
+LIBS = -lX11 -lXext -lImlib -ljpeg -lm -lpng -ltiff -lz -lungif
|
|
#LIBS = -lImlib -lX11 -lXext -ljpeg -lgif -lm
|
|
|
|
-CFLAGS = -g -L$(XDIR)/lib -I$(XDIR)/include
|
|
+CFLAGS += -L$(LOCALBASE)/lib -I$(LOCALBASE)/include
|
|
|
|
all: imagesort.o
|
|
|