summaryrefslogtreecommitdiff
path: root/devel/astyle/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/astyle/patches/patch-aa')
-rw-r--r--devel/astyle/patches/patch-aa24
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/astyle/patches/patch-aa b/devel/astyle/patches/patch-aa
new file mode 100644
index 00000000000..cba7e4a494c
--- /dev/null
+++ b/devel/astyle/patches/patch-aa
@@ -0,0 +1,24 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/03/15 13:32:35 hubertf Exp $
+
+--- Makefile.orig Fri Feb 11 12:02:10 2000
++++ Makefile Tue Mar 13 14:58:01 2001
+@@ -1,7 +1,12 @@
+ # "Artistic Style" Makefile
+
+ CPPFLAGS = -Wall -Wno-sign-compare -O2
+-OBJS = ASResource.o ASBeautifier.o ASFormatter.o astyle_main.o
++OBJS = asresource.o asbeautifier.o asformatter.o astyle_main.o
++
++all: astyle
++
++install:
++ install -s -c astyle ${LOCALBASE}/bin/
+
+ astyle: $(OBJS)
+ g++ $(CPPFLAGS) -o astyle $(OBJS)
+@@ -11,4 +16,4 @@
+ .SUFFIXES: .cpp .c .o
+
+ clean:
+- rm *.o
++ rm *.o astyle