mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
0e26524c6a
PR: ports/8461 Submitted by: Nakai@technologist.com
13 lines
484 B
Plaintext
13 lines
484 B
Plaintext
--- src/Makefile.in.orig Fri Oct 23 01:09:50 1998
|
|
+++ src/Makefile.in Mon Oct 26 18:54:35 1998
|
|
@@ -123,6 +123,9 @@
|
|
system.h threads.h graphics/Makefile.am graphics/Makefile.in \
|
|
graphics/README graphics/data graphics/grxlib.c graphics/grxlib.h \
|
|
graphics/qplot.c
|
|
+ifeq ($(PORTOBJFORMAT),elf)
|
|
+LDFLAGS+=-Wl,-rpath,$(X11BASE)/lib
|
|
+endif
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = ../config.h
|
|
CONFIG_CLEAN_FILES =
|