mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
cb427df05f
PR: 9994 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
15 lines
528 B
Plaintext
15 lines
528 B
Plaintext
*** 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 =
|