freebsd-ports/x11/xloadimage/files/patch-6
Maxim Sobolev 1e5409c41b Respect CC, CFLAGS and install missed manpage.
PR:		19645
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-07-03 08:25:56 +00:00

11 lines
326 B
Text

--- Makefile Tue Nov 9 17:25:12 1993
+++ Makefile Sun Jul 2 10:56:48 2000
@@ -24,5 +24,7 @@
autoconfig: autoconfig.c
- $(CC) -g -o autoconfig autoconfig.c
+ $(CC) -o autoconfig autoconfig.c -DDEF_CC='"${CC}"' \
+ -DDEF_OPT_FLAGS='"${OPT_FLAGS}"' \
+ -DDEF_INSTALL_DIR='"${PREFIX}/bin"'
# manual configuration target