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/sis/files | |
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/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 + + # --------------------------------------------------------------------------- + |