summaryrefslogtreecommitdiff
path: root/devel/as31/files/patch-Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-08-16 20:28:32 +0000
committerRene Ladan <rene@FreeBSD.org>2018-08-16 20:28:32 +0000
commit048dda04006a021f030bf1f49deffff6bc18bd3e (patch)
tree5f56fa83cb52628df1cce7e88fa14a644324e550 /devel/as31/files/patch-Makefile
parentaudio/drumgizmo: Update to 0.9.16 (diff)
Remove expired ports:
2018-08-16 net/traceroute: Upstream gone 2018-08-15 net/e169-stats: unknown license 2018-08-15 net/l4ip: unknown license 2018-08-15 net/dhcprelay: unknown license 2018-08-15 emulators/m2000: unknown license 2018-08-15 textproc/ant-xinclude-task: unknown license 2018-08-15 textproc/bomstrip: unknown license 2018-08-15 x11-fonts/ecofont: unknown license 2018-08-15 mail/roundcube-groupvice: unknown license 2018-08-15 security/pft: unknown license 2018-08-15 devel/kickassembler: unknown license 2018-08-15 devel/gdbmods: unknown license 2018-08-15 devel/as31: unknown license 2018-08-15 databases/dbf2mysql: unknown license 2018-08-15 misc/xpns: unknown license 2018-08-15 misc/amfm: unknown license 2018-08-15 games/smashbattle: unknown license 2018-08-15 games/syobon: unknown license 2018-08-15 games/optimax: unknown license 2018-08-15 games/xgospel: unknown license 2018-08-15 biology/blat: unknown license 2018-08-15 x11-clocks/swisswatch: unknown license 2018-08-15 palm/ppmtoTbmp: unknown license 2018-08-15 dns/ghtool: unknown license 2018-08-15 x11-themes/beastie: unknown license 2018-08-15 converters/uudx: unknown license 2018-08-15 sysutils/areca-cli: unknown license
Notes
Notes: svn path=/head/; revision=477371
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