summaryrefslogtreecommitdiff
path: root/editors/xenon/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xenon/files/patch-ab')
-rw-r--r--editors/xenon/files/patch-ab32
1 files changed, 0 insertions, 32 deletions
diff --git a/editors/xenon/files/patch-ab b/editors/xenon/files/patch-ab
deleted file mode 100644
index 24cb26019b8e..000000000000
--- a/editors/xenon/files/patch-ab
+++ /dev/null
@@ -1,32 +0,0 @@
---- makefiles/Makefile.Linux.orig Sun Jul 29 17:28:57 2001
-+++ makefiles/Makefile.Linux Tue Oct 8 20:50:18 2002
-@@ -6,19 +6,19 @@
-
- include makefiles/Makefile.common
-
--CC = g++
-+CC = $(CXX)
- #CC = /usr/local/bin/c++
-
--OPTIMIZER = -O2
-+OPTIMIZER = $(CXXFLAGS)
-
- #ARCH = -b i586-pc-linux-gnulibc1
- ARCH =
-
- # For making a dso, add -fPIC
--CCFLAGS = $(OPTIMIZER) -pipe -Wall -fno-exceptions
-+CCFLAGS = $(OPTIMIZER)
-
--INCLUDES = -I$(XEINC)
--LIBS = -L/usr/X11R6/lib -lXpm -lX11
-+INCLUDES = -I$(XEINC) -I$(LOCALBASE)/include
-+LIBS = -L$(LOCALBASE)/lib -lXpm -lX11
-
- backup:
- cd ..;tar -cvzf xenon.tar.gz $(BACKUP)
-@@ -29,4 +29,3 @@
- floppy:
- cd ..;tar -cvzf /dev/fd0 $(BACKUP)
-
---include $(DEPEND)