freebsd-ports/graphics/netpbm/files/patch-ppmtompeg-Makefile
Dirk Meyer d96e84a01a - fix build if old version is installed
PR:		156930
Submitted by:	Matthias Andree
2011-05-11 04:19:52 +00:00

12 lines
365 B
Text

--- converter/ppm/ppmtompeg/Makefile.orig 2008-12-07 02:58:20.000000000 +0100
+++ converter/ppm/ppmtompeg/Makefile 2011-05-11 06:01:02.000000000 +0200
@@ -18,7 +18,8 @@
JPEGLIBX = $(JPEGLIB)
endif
-INCLUDES = -I$(SRCDIR)/$(SUBDIR)/headers
+INCLUDES =
+PREINCLUDES = -I$(SRCDIR)/$(SUBDIR)/headers
ifneq ($(JPEGHDR_DIR),NONE)
ifneq ($(JPEGHDR_DIR)x,x)