From 92a4c5b2628dfac41dfa5b84614f695257d5b5ac Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 30 Jul 1998 04:43:19 +0000 Subject: Slightly different version. --- print/mp-letter/files/patch-aa | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'print') 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: -- cgit v1.2.3