diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-01 06:19:30 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-01 06:19:30 +0000 |
commit | c64504dd955197b8e5ac0c5d59f329da7db21386 (patch) | |
tree | b6a2802e62462fa7f82a39706a977ea95100b351 /cad/sis/files | |
parent | 2b7d6b8199e293645c79b4c77f312e871d0818fe (diff) | |
download | freebsd-ports-c64504dd955197b8e5ac0c5d59f329da7db21386.zip |
Discounting a minor glitch in -current's make(1) this will now build
in an ELF world.
Diffstat (limited to 'cad/sis/files')
-rw-r--r-- | cad/sis/files/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
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 + + # --------------------------------------------------------------------------- + |