1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/editors/xenon/files/patch-ab
Chris Piazza 5d0e746f08 A simple X-based text editor which is based on libXpm instead of
gtk+/qt/motif/etc.

PR:		14467
Submitted by:	Chris D. Faulhaber <jedgar@fxp.org>
1999-11-14 02:08:28 +00:00

26 lines
531 B
Plaintext

--- 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 @@
include makefiles/Makefile.common
-CC = c++
+CC = $(CXX)
#CC = /usr/local/bin/c++
-OPTIMIZER = -O2
+#OPTIMIZER = -O2
#ARCH = -b i586-pc-linux-gnulibc1
ARCH =
# For making a dso, add -fPIC
-CCFLAGS = $(OPTIMIZER) -pipe -Wall -fno-exceptions
+CCFLAGS = $(CXXFLAGS)
-INCLUDES = -I$(XEINC)
+INCLUDES = -I$(XEINC) -I/usr/X11R6/include
LIBS = -L/usr/X11R6/lib -lXpm -lX11
backup: