1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/x11/xloadimage/files/patch-Makefile.in
Alex Kozlov 31c987cab6 - Update to debian patchset 24
* Fix fullscreen scaling
  * Fix shrink zooming upward
  * Manual page various fixes
2017-10-02 04:01:10 +00:00

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@