diff options
author | steve <steve@FreeBSD.org> | 1998-10-05 11:07:12 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-05 11:07:12 +0800 |
commit | 4c885e673bdd91c41b5e20ff23a8e5941043cd00 (patch) | |
tree | 5f873e25890bd5e378c41ef9c02412ef13d91d24 /graphics/xmorph | |
parent | 8b50ac6087d17925203f324fb7a72be884528484 (diff) | |
download | freebsd-ports-gnome-4c885e673bdd91c41b5e20ff23a8e5941043cd00.tar.gz freebsd-ports-gnome-4c885e673bdd91c41b5e20ff23a8e5941043cd00.tar.zst freebsd-ports-gnome-4c885e673bdd91c41b5e20ff23a8e5941043cd00.zip |
Fix build for ELF.
Diffstat (limited to 'graphics/xmorph')
-rw-r--r-- | graphics/xmorph/files/patch-aa | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/graphics/xmorph/files/patch-aa b/graphics/xmorph/files/patch-aa index 98932412e812..1cf152c9f2d6 100644 --- a/graphics/xmorph/files/patch-aa +++ b/graphics/xmorph/files/patch-aa @@ -1,11 +1,11 @@ ---- Makefile.orig Fri Sep 12 09:37:55 1997 -+++ Makefile Tue Nov 11 10:08:40 1997 +--- Makefile.orig Thu Sep 11 20:37:55 1997 ++++ Makefile Sat Oct 3 23:33:33 1998 @@ -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 ++INCLUDE=-I/usr/local/include -I$(X11BASE)/include @@ -27,16 +27,19 @@ -@@ -248,7 +248,7 @@ +@@ -248,7 +248,10 @@ # 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=-L$(X11BASE)/lib -lXaw -lXmu -lXext -lXt -lX11 ++.if $(PORTOBJFORMAT) == "elf" ++XLIBS+=-Wl,-rpath,$(X11BASE)/lib ++.endif #XLIBS= -lXaw -lXmu -lXext -lXt -lcvt -lX11 -@@ -289,7 +289,7 @@ +@@ -289,7 +292,7 @@ #LIBS = -lm #LIBS = $(XLIBS) -lm @@ -45,15 +48,15 @@ #LIBS = $(XLIBS) -lm /usr/lib/debug/malloc.o #LIBS = $(XLIBS) -lm -lmalloc -@@ -369,6 +369,11 @@ - +@@ -370,6 +373,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 "" + @echo "" |