diff options
author | steve <steve@FreeBSD.org> | 1998-10-01 14:19:30 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-01 14:19:30 +0800 |
commit | 66a4a88594be0a00fb32b12df32b0db51ee4f542 (patch) | |
tree | 1659696d6b988abb1907aa95521e9844c2c88097 /cad | |
parent | 1ea4a948cba95a0143406b7b0ef05d7bdf2ba663 (diff) | |
download | freebsd-ports-gnome-66a4a88594be0a00fb32b12df32b0db51ee4f542.tar.gz freebsd-ports-gnome-66a4a88594be0a00fb32b12df32b0db51ee4f542.tar.zst freebsd-ports-gnome-66a4a88594be0a00fb32b12df32b0db51ee4f542.zip |
Discounting a minor glitch in -current's make(1) this will now build
in an ELF world.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/sis/Makefile | 4 | ||||
-rw-r--r-- | cad/sis/files/patch-ab | 12 |
2 files changed, 13 insertions, 3 deletions
diff --git a/cad/sis/Makefile b/cad/sis/Makefile index 9a5db2088bde..ddeb16b807c0 100644 --- a/cad/sis/Makefile +++ b/cad/sis/Makefile @@ -3,7 +3,7 @@ # Date created: 10 October 1997 # Whom: volf@oasis.IAEhv.nl # -# $Id: Makefile,v 1.1.1.1 1998/07/01 15:39:43 ghelmer Exp $ +# $Id: Makefile,v 1.2 1998/09/27 08:18:23 steve Exp $ # DISTNAME= sis-1.2 @@ -18,8 +18,6 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= volf@oasis.IAEhv.nl -BROKEN= build - MAKEFILE= Makefile.FreeBSD MAN1= espresso.1 jedi.1 nova.1 sis.1 sred.1 stamina.1 \ vst2blif.1 xsis.1 diff --git a/cad/sis/files/patch-ab b/cad/sis/files/patch-ab new file mode 100644 index 000000000000..8e3c6568e6bb --- /dev/null +++ b/cad/sis/files/patch-ab @@ -0,0 +1,12 @@ +--- xsis/Makefile.orig Thu Oct 1 01:05:09 1998 ++++ xsis/Makefile Thu Oct 1 01:05:48 1998 +@@ -40,6 +40,9 @@ + + LIBS = $(SIS)/lib/libsis.a + LIBS2 = -L$(X11)/lib -lXaw -lXmu -lXt -lXext -lX11 -lm ++.if $(PORTOBJFORMAT) == "elf" ++LIBS2 +=-Wl,-rpath,$(X11)/lib ++.endif + + # --------------------------------------------------------------------------- + |