diff options
author | Dan Moschuk <dan@FreeBSD.org> | 1999-10-08 22:52:08 +0000 |
---|---|---|
committer | Dan Moschuk <dan@FreeBSD.org> | 1999-10-08 22:52:08 +0000 |
commit | 621249c9a652f6491e14761bb6a791ba2ea5701b (patch) | |
tree | dfc67bee8274ef988dfeb08988f9a4cfca9b450c /devel | |
parent | 077618943df6c79dd891ec52dc03f17364a7a635 (diff) | |
download | ports-621249c9a652f6491e14761bb6a791ba2ea5701b.tar.gz ports-621249c9a652f6491e14761bb6a791ba2ea5701b.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/astyle/files/patch-ad | 10 |
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) |