mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
14 lines
309 B
Plaintext
14 lines
309 B
Plaintext
--- src/Makefile.in.orig Tue Sep 15 01:05:43 1998
|
|
+++ src/Makefile.in Sat Oct 10 01:06:41 1998
|
|
@@ -25,6 +25,10 @@
|
|
main.h menubar.h misc.h rxvtgrx.h screen.h scrollbar.h options.h \
|
|
system.h
|
|
|
|
+ifeq ($(PORTOBJFORMAT),elf)
|
|
+LDFLAGS+=-Wl,-rpath,$(X11BASE)/lib
|
|
+endif
|
|
+
|
|
#
|
|
# Distribution variables
|
|
#
|