1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/xmorph/files/patch-aa

45 lines
1.3 KiB
Plaintext
Raw Normal View History

1996-11-15 13:28:09 +00:00
--- Makefile.orig Wed Oct 2 11:28:18 1996
+++ Makefile Thu Nov 7 15:26:58 1996
1997-03-28 15:11:12 +00:00
@@ -96,10 +96,10 @@
#
1997-03-28 15:11:12 +00:00
#CFLAGS=-g +Ns4000 $(DREAL)
1997-03-28 15:11:12 +00:00
-CFLAGS=-O $(DREAL)
-CFLAGS=-g -O -I/usr/openwin/include -DSUNOS $(DREAL)
-CFLAGS=-g -O -I/usr/openwin/include $(DREAL)
-CFLAGS=-g $(DREAL)
+CFLAGS=-O $(DREAL) -I/usr/X11R6/include
+#CFLAGS=-g -O -I/usr/openwin/include -DSUNOS $(DREAL)
+#CFLAGS=-g -O -I/usr/openwin/include $(DREAL)
+#CFLAGS=-g $(DREAL)
##
1997-03-28 15:11:12 +00:00
@@ -126,10 +126,10 @@
#
1996-11-15 13:28:09 +00:00
# SOLARIS: To link to openwin libraries, add -L/usr/openwin/lib
#
-LIBS=-L/usr/openwin/lib -lXaw -lXmu -lXext -lXt -lX11 -lm /usr/lib/debug/malloc.o
-LIBS=-L/usr/openwin/lib -lXaw -lXmu -lXext -lXt -lX11 -lm
-LIBS=-lXaw -lXmu -lXext -lXt -lX11 -lm
1997-03-28 15:11:12 +00:00
-LIBS=-L/usr/X11/lib -lXaw -lXmu -lXext -lXt -lX11 -lm
+#LIBS=-L/usr/openwin/lib -lXaw -lXmu -lXext -lXt -lX11 -lm /usr/lib/debug/malloc.o
+#LIBS=-L/usr/openwin/lib -lXaw -lXmu -lXext -lXt -lX11 -lm
1997-03-28 15:11:12 +00:00
+#LIBS=-lXaw -lXmu -lXext -lXt -lX11 -lm
+LIBS=-L/usr/X11R6/lib -lXaw -lXmu -lXext -lXt -lX11 -lm
#### ===========================
1996-11-15 13:28:09 +00:00
@@ -180,6 +180,11 @@
*.[ch] *.xbm xmorph.man warp.param
all: xmorph
1996-11-15 13:28:09 +00:00
+
+install:
+ install -cs xmorph ${PREFIX}/bin
+ install -c -m 644 xmorph.man ${PREFIX}/man/man1/xmorph.1
+ gzip -9nf ${PREFIX}/man/man1/xmorph.1
1996-11-15 13:28:09 +00:00
xmorph: $(OBJS)
$(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS)