diff options
author | dan <dan@FreeBSD.org> | 1999-10-09 06:52:08 +0800 |
---|---|---|
committer | dan <dan@FreeBSD.org> | 1999-10-09 06:52:08 +0800 |
commit | e24a3534023521ce94dff396988128a90822d221 (patch) | |
tree | c957a6886b907767dfa485a784ed3d1a1161b166 /devel | |
parent | 2a94880219ce11747f7220f306cdca8c6c7f60d1 (diff) | |
download | freebsd-ports-gnome-e24a3534023521ce94dff396988128a90822d221.tar.gz freebsd-ports-gnome-e24a3534023521ce94dff396988128a90822d221.tar.zst freebsd-ports-gnome-e24a3534023521ce94dff396988128a90822d221.zip |
Oops, forgot to add new patch and remove zero'd files/Makefile
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) |