From e24a3534023521ce94dff396988128a90822d221 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 8 Oct 1999 22:52:08 +0000 Subject: Oops, forgot to add new patch and remove zero'd files/Makefile --- devel/astyle/files/patch-ad | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 devel/astyle/files/patch-ad (limited to 'devel/astyle') diff --git a/devel/astyle/files/patch-ad b/devel/astyle/files/patch-ad new file mode 100644 index 000000000000..942de82971b7 --- /dev/null +++ b/devel/astyle/files/patch-ad @@ -0,0 +1,10 @@ +--- Makefile.orig Sat Sep 25 10:29:04 1999 ++++ Makefile Sun Oct 3 15:19:42 1999 +@@ -1,6 +1,6 @@ + # "Artistic Style" Makefile + +-CPPFLAGS = -O2 -W ++CPPFLAGS = ${CXXFLAGS} + OBJS = ASResource.o ASBeautifier.o ASFormatter.o astyle_main.o + + astyle: $(OBJS) -- cgit