1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/cad/sis/files/patch-ab
1998-10-01 06:19:30 +00:00

13 lines
348 B
Plaintext

--- 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
# ---------------------------------------------------------------------------