freebsd-ports/x11/xloadimage/files/patch-Makefile.in
Christian Weisgerber b432c7a1f2 Update to Debian revision 15.
Contains a fix for buffer overflows in title handling of NIFF images.

Approved by:	jmz
Security:	CAN-2005-3178
2005-10-20 13:25:43 +00:00

15 lines
423 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@ -DSYSPATHFILE=\"/etc/X11/Xloadimage\"
-CFLAGS = @CFLAGS@
+DEFS = @DEFS@ -DSYSPATHFILE=\"@sysconfdir@/xloadimagerc\"
+CFLAGS = @CFLAGS@ @CPPFLAGS@ @X_CFLAGS@
XLIB = @X_LIBS@ -lX11 @X_EXTRA_LIBS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@