mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
31c987cab6
* Fix fullscreen scaling * Fix shrink zooming upward * Manual page various fixes
16 lines
385 B
Plaintext
16 lines
385 B
Plaintext
--- ./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@
|