1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/graphics/xmorph/files/patch-aa
1998-05-07 16:18:55 +00:00

60 lines
1.3 KiB
Plaintext

--- Makefile.orig Fri Sep 12 09:37:55 1997
+++ Makefile Tue Nov 11 10:08:40 1997
@@ -132,7 +132,7 @@
#
#INCLUDE=-I/usr/local/include -I/usr/openwin/include
-INCLUDE=-I/usr/local/include
+INCLUDE=-I/usr/local/include -I/usr/X11R6/include
@@ -167,7 +167,7 @@
#
#DEBUG=-O
-DEBUG=-O -g -Wall -DDEBUG
+#DEBUG=-O -g -Wall -DDEBUG
#DEBUG=-g3 -O -fullwarn -woff 1233 -DVERBOSE -DDEBUG
@@ -225,7 +225,7 @@
#CFLAGS=$(DEBUG) $(DEFINES) $(INCLUDE) -DSUNOS
-CFLAGS=$(DEBUG) $(DEFINES) $(INCLUDE)
+CFLAGS+=$(DEBUG) $(DEFINES) $(INCLUDE)
@@ -248,7 +248,7 @@
# The cvt library is available in the goldengate.sw.goldengate package
#XLIBS=-L/usr/openwin/lib -lXaw -lXmu -lXext -lXt -lX11
-XLIBS=-L/usr/X11/lib -lXaw -lXmu -lXext -lXt -lX11
+XLIBS=-L/usr/X11R6/lib -lXaw -lXmu -lXext -lXt -lX11
#XLIBS= -lXaw -lXmu -lXext -lXt -lcvt -lX11
@@ -289,7 +289,7 @@
#LIBS = -lm
#LIBS = $(XLIBS) -lm
-LIBS = $(XLIBS) -lm -ldl
+LIBS = $(XLIBS) -lm
#LIBS = $(XLIBS) -lm /usr/lib/debug/malloc.o
#LIBS = $(XLIBS) -lm -lmalloc
@@ -369,6 +369,11 @@
#all: morph.$(SHLIB_EXT)
all: xmorph xmorph.man
+
+install:
+ install -cs xmorph ${PREFIX}/bin
+ install -c -m 644 xmorph ${PREFIX}/man/man1/xmorph.1
+ gzip -9nf ${PREFIX}/man/man1/xmorph.1
xmorph: $(OBJS)
@echo ""