diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-22 04:20:46 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-22 04:20:46 +0000 |
commit | 6ce29a71e6ae74fdff4606da9b24218e9bb8fe9a (patch) | |
tree | b0342b5909d3ffdcda8a2eb041165728ea41322e /devel/astyle/files | |
parent | 41dbc3bbf5f4b83280ebf8e3c3f541a6cc1a6b48 (diff) |
Notes
Diffstat (limited to 'devel/astyle/files')
-rw-r--r-- | devel/astyle/files/patch-aa | 26 |
1 files changed, 7 insertions, 19 deletions
diff --git a/devel/astyle/files/patch-aa b/devel/astyle/files/patch-aa index 6b6316e5badb..a860747604f8 100644 --- a/devel/astyle/files/patch-aa +++ b/devel/astyle/files/patch-aa @@ -1,19 +1,7 @@ ---- Makefile.orig Sun Jan 3 11:43:25 1999 -+++ Makefile Sun Jan 31 22:34:12 1999 -@@ -1,13 +1,13 @@ - # "Artistic Style" Makefile - --CPPFLAGS = -O2 -W -+CPPFLAGS ?= -O2 -W - OBJS = ASResource.o ASBeautifier.o ASFormatter.o astyle_main.o - - astyle: $(OBJS) -- g++ $(CPPFLAGS) -o astyle $(OBJS) -+ eg++ $(CPPFLAGS) -o astyle $(OBJS) - - .cpp.o: -- g++ $(CPPFLAGS) -c $< -+ eg++ $(CPPFLAGS) -c $< - .SUFFIXES: .cpp .c .o - - clean: +--- compiler_defines.h.orig Thu Mar 18 15:39:49 1999 ++++ compiler_defines.h Sun Apr 11 10:04:35 1999 +@@ -29,3 +29,3 @@ + * comment out the line below if your compiler does NOT understand NAMESPACES +- */ + #define USES_NAMESPACE ++ */ |