summaryrefslogtreecommitdiff
path: root/editors/xenon/files
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-18 03:24:20 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-18 03:24:20 +0000
commit551ac96ffd4b869bd2f6ca7ef2038cecaaa84c45 (patch)
tree2106d7fd64efe79f3f110fbec3162e875a8c9b46 /editors/xenon/files
parentAdd xtraceroute (diff)
Update port to 0.6.7
PR: 16782 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=25966
Diffstat (limited to 'editors/xenon/files')
-rw-r--r--editors/xenon/files/patch-ab18
1 files changed, 10 insertions, 8 deletions
diff --git a/editors/xenon/files/patch-ab b/editors/xenon/files/patch-ab
index 792da1c49dc3..9f2bccbb27c6 100644
--- a/editors/xenon/files/patch-ab
+++ b/editors/xenon/files/patch-ab
@@ -1,6 +1,6 @@
---- makefiles/Makefile.FreeBSD.orig Fri Oct 22 00:20:20 1999
-+++ makefiles/Makefile.FreeBSD Fri Oct 22 18:36:19 1999
-@@ -6,18 +6,18 @@
+--- makefiles/Makefile.FreeBSD.orig Wed Feb 16 22:55:41 2000
++++ makefiles/Makefile.FreeBSD Wed Feb 16 22:58:34 2000
+@@ -6,19 +6,19 @@
include makefiles/Makefile.common
@@ -9,22 +9,24 @@
#CC = /usr/local/bin/c++
-OPTIMIZER = -O2
-+#OPTIMIZER = -O2
++OPTIMIZER = $(CXXFLAGS)
#ARCH = -b i586-pc-linux-gnulibc1
ARCH =
# For making a dso, add -fPIC
-CCFLAGS = $(OPTIMIZER) -pipe -Wall -fno-exceptions
-+CCFLAGS = $(CXXFLAGS) $(CFLAGS)
++CCFLAGS = $(OPTIMIZER)
-INCLUDES = -I$(XEINC)
-+INCLUDES = -I$(XEINC) -I/usr/X11R6/include
- LIBS = -L/usr/X11R6/lib -lXpm -lX11
+-LIBS = -L/usr/X11R6/lib -lXpm -lX11
++INCLUDES = -I$(XEINC) -I${X11BASE}/include
++LIBS = -L${X11BASE}/lib -lXpm -lX11
backup:
+ cd ..;tar -cvzf xenon.tar.gz $(BACKUP)
@@ -29,4 +29,3 @@
floppy:
- cd ..;tar -cvzf /dev/fd0 $(BACKUP)
+ cd ..;tar -cvzf /dev/fd0 $(BACKUP)
--include $(DEPEND)