mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c64504dd95
in an ELF world.
13 lines
348 B
Plaintext
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
|
|
|
|
# ---------------------------------------------------------------------------
|
|
|