mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
19 lines
480 B
Plaintext
19 lines
480 B
Plaintext
--- 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)
|