blob: 502ce8dc705b73c8694fc11f87b67434e0285965 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
*** src/Makefile.in Wed Jan 13 05:54:45 1999
--- src/Makefile.in~ Sun Feb 7 23:00:35 1999
***************
*** 123,128 ****
--- 123,131 ----
system.h threads.h graphics/Makefile.am graphics/Makefile.in \
graphics/README graphics/data graphics/grxlib.c graphics/grxlib.h \
graphics/qplot.c Eterm.xpm
+ ifeq ($(PORTOBJFORMAT),elf)
+ LDFLAGS+=-Wl,-rpath,$(X11BASE)/lib
+ endif
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES =
|