summaryrefslogtreecommitdiff
path: root/devel/as31/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/as31/files/patch-Makefile')
-rw-r--r--devel/as31/files/patch-Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/devel/as31/files/patch-Makefile b/devel/as31/files/patch-Makefile
deleted file mode 100644
index be82cb1bae9c..000000000000
--- a/devel/as31/files/patch-Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
---- Makefile.orig Fri Nov 21 14:10:27 2003
-+++ Makefile Fri Nov 21 14:10:55 2003
-@@ -20,8 +20,8 @@
-
-
- #Use this CFLAGS line with gcc on linux
--CFLAGS=-O3 -Wall
--CC=gcc
-+CFLAGS?=-O3 -Wall
-+CC?=gcc
-
- #Use this CFLAGS line on solaris, etc
- #CFLAGS=-O
-@@ -44,8 +44,9 @@ as31_gtk: $(OBJ) as31_gtk.o
- chmod a+rx as31
- strip as31
-
--parser.c parser.h: parser.y
-+parser.c: parser.y
- bison -d -o parser.c parser.y
-+parser.h: | parser.c
-
- as31_gtk.o: as31_gtk.c as31.h
- $(CC) $(CFLAGS) `gtk-config --cflags` -c as31_gtk.c