freebsd-ports/graphics/py-imaging/files/patch-aa
1998-11-05 08:02:39 +00:00

18 lines
480 B
Text

--- Makefile.in.orig Sun Jul 19 16:34:24 1998
+++ Makefile.in Wed Nov 4 10:00:01 1998
@@ -25,13 +25,13 @@
DEFS= @DEFS@
-LIBS= @LIBS@ @LIBM@
+LIBS= @LDFLAGS@ @LIBS@ @LIBM@
# --------------------------------------------------------------------
# Other things that are customizable but not by configure
INCLDIR= $(srcdir)/.
-JPEGINCLUDE= /usr/local/include
+JPEGINCLUDE= @prefix@/include
OPT= @OPT@
#OPT= -g
CFLAGS= $(OPT) -I$(INCLDIR) -I$(JPEGINCLUDE) $(DEFS)