summaryrefslogtreecommitdiff
path: root/devel/astyle/files/patch-ad
diff options
context:
space:
mode:
authorDan Moschuk <dan@FreeBSD.org>1999-10-08 22:52:08 +0000
committerDan Moschuk <dan@FreeBSD.org>1999-10-08 22:52:08 +0000
commit621249c9a652f6491e14761bb6a791ba2ea5701b (patch)
treedfc67bee8274ef988dfeb08988f9a4cfca9b450c /devel/astyle/files/patch-ad
parentUpdate astyle to 1.11.5 (diff)
Oops, forgot to add new patch and remove zero'd files/Makefile
Notes
Notes: svn path=/head/; revision=22264
Diffstat (limited to '')
-rw-r--r--devel/astyle/files/patch-ad10
1 files changed, 10 insertions, 0 deletions
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)