freebsd-ports/graphics/isreal/files/patch-Makefile
Will Andrews bf93d27159 Add isreal 2.0, an image classification utility.
PR:		26266
Submitted by:	Mark Pulford <mark@kyne.com.au>
2001-04-07 06:08:33 +00:00

22 lines
609 B
Text

--- Makefile.orig Thu Jan 6 08:09:10 2000
+++ Makefile Sat Mar 31 19:46:20 2001
@@ -3,13 +3,14 @@
#
LIBS = -L/usr/X11R6/lib -L/usr/local/lib -lX11 -lXext \
- -ljpeg -lpng -ltiff -lz -lgif -lm -lImlib
-CFLAGS = -g -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align \
- -Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes \
- -Wmissing-prototypes -Wmissing-declarations -Wnested-externs
+ -ljpeg -lpng -ltiff -lz -lungif -lm -lImlib
+
+CFLAGS += -I/usr/X11R6/include
VERSION=2.0
+all: isreal
+
isreal: isreal.o
- $(CC) $^ $(LIBS) -o $@
+ $(CC) isreal.o $(LIBS) -o $@
clean: