summaryrefslogtreecommitdiff
path: root/print/mp-letter
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-07-30 04:43:19 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-07-30 04:43:19 +0000
commit92a4c5b2628dfac41dfa5b84614f695257d5b5ac (patch)
tree7e6d2e349aee7ae108adcc7b7964de14b63ca66c /print/mp-letter
parentDoesn't require GMAKE anymore. (diff)
Slightly different version.
Notes
Notes: svn path=/head/; revision=12207
Diffstat (limited to 'print/mp-letter')
-rw-r--r--print/mp-letter/files/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/print/mp-letter/files/patch-aa b/print/mp-letter/files/patch-aa
index f434eadc849f..7abc50789465 100644
--- a/print/mp-letter/files/patch-aa
+++ b/print/mp-letter/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Wed Jul 29 21:33:32 1998
-+++ Makefile Wed Jul 29 21:35:09 1998
+--- Makefile.orig Wed Jul 29 21:42:13 1998
++++ Makefile Wed Jul 29 21:42:24 1998
@@ -45,11 +45,14 @@
# Default locations where mp files will be installed.
# You might wish to alter these values.
@@ -23,14 +23,14 @@
#
CDEFS = $(GECOSFIELDS) $(GECOSLENGTH) $(PROLOGUE)
-CCOMP = -O
-+#CCOMP = -l
-+CCOMP = $(CFLAGS)
++CXXFLAGS ?= $(CFLAGS)
++CCOMP := $(CXXFLAGS)
CCFLAGS = $(CCOMP) $(CDEFS)
LDFLAGS =
-CCC = g++
+CXXFLAGS = $(CCFLAGS) # needed for gmake's implicit rule
-+CCC = $(CXX)
++CCC = $(CXX)
#=================================================================
.KEEPSTATE: