openbsd-ports/mail/asmail/patches/patch-autoconf_Makefile.defines.in
jasper 24a0fea2d5 - add missing license comment
- regen WANTLIB/PLIST/PATCHES
- use SUBST_CMD

from gleydson soares
2011-04-25 12:39:31 +00:00

21 lines
492 B
Plaintext

--- autoconf/Makefile.defines.in.orig Thu Apr 13 06:55:58 2000
+++ autoconf/Makefile.defines.in Sun Apr 24 22:44:14 2011
@@ -4,6 +4,8 @@
CC = @CC@
CCFLAGS = @CFLAGS@
+CPPFLAGS = @CPPFLAGS@
+LDFLAGS = @LDFLAGS@
# -march=pentiumpro -mcpu=pentiumpro
RANLIB = @RANLIB@
@@ -45,6 +47,8 @@ AFTER_DIR = @with_afterdir@
AFTER_SAVE = @with_afterdir@/.workspace_state
AFTER_NONCF = @with_afterdir@/non-configurable
+
+DESTDIR =
#
# End of Make.defines
#