mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
15 lines
385 B
Text
15 lines
385 B
Text
--- ./Makefile.in.orig Tue Jul 10 23:53:36 2001
|
|
+++ ./Makefile.in Wed Jul 11 12:28:36 2001
|
|
@@ -2,9 +2,10 @@
|
|
# Makefile for autoconf tutorial
|
|
#
|
|
|
|
+prefix = @prefix@
|
|
CC = @CC@
|
|
-DEFS = @DEFS@
|
|
-CFLAGS = @CFLAGS@
|
|
+DEFS = @DEFS@ -DSYSPATHFILE=\"@sysconfdir@/xloadimagerc\"
|
|
+CFLAGS = @CFLAGS@ @CPPFLAGS@ @X_CFLAGS@
|
|
XLIB = @X_LIBS@ -lX11 @X_EXTRA_LIBS@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBS = @LIBS@
|