diff options
Diffstat (limited to 'cad/sis')
-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 9a5db20..ddeb16b 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 0000000..8e3c656 --- /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 + + # --------------------------------------------------------------------------- + |