diff options
author | Rene Ladan <rene@FreeBSD.org> | 2010-12-31 17:49:30 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2010-12-31 17:49:30 +0000 |
commit | 97edbbeb02dcbbb0fdb39de8124cfe19375fdfa4 (patch) | |
tree | f2c7aa6375eda0caa178b0ec0cfff8e8691f77dc /java/tya/files/patch-ab | |
parent | Clean up after "rmport -a": (diff) |
Also garbage collect this port, 'rmport -a' looks for portname and not
for category/portname. Previous note was a false alarm.
2010-12-30 java/tya: looks like abandonware and does not compile wth gcc4.2
Notes
Notes:
svn path=/head/; revision=267235
Diffstat (limited to 'java/tya/files/patch-ab')
-rw-r--r-- | java/tya/files/patch-ab | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/java/tya/files/patch-ab b/java/tya/files/patch-ab deleted file mode 100644 index 8bfb5da2f694..000000000000 --- a/java/tya/files/patch-ab +++ /dev/null @@ -1,26 +0,0 @@ ---- Makefile.in 2000/09/10 20:08:34 1.1 -+++ Makefile.in 2000/09/10 20:08:38 -@@ -12,12 +12,12 @@ - #TARGETFLAGS =-DDEBUG - - # GCC specific options: --COPTFLAGS=-O3 -+#COPTFLAGS=-O3 - #COPTFLAGS=-O6 -v - - - # CPU specific options: --POPTFLAGS=-m486 -malign-loops=4 -malign-functions=4 -malign-jumps=4 -+POPTFLAGS=-malign-loops=4 -malign-functions=4 -malign-jumps=4 - - - #_____________________________________________________________ -@@ -32,7 +32,7 @@ - CSOURCES=tya.c tyarechelp.c tyarecode.c tyautil.c tyaruntime.c tyaexc.c - - # --CFLAGS = -Wall -pipe -shared $(COPTFLAGS) $(POPTFLAGS) $(TARGETFLAGS) -+CFLAGS += -Wall -shared $(COPTFLAGS) $(POPTFLAGS) $(TARGETFLAGS) - - all: $(TARGET) - |