mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
e07be00336
PR: 13537 Submitted by: Will Andrews <andrews@technologist.com>
14 lines
720 B
Plaintext
14 lines
720 B
Plaintext
--- src/Makefile.in Mon Apr 26 10:53:52 1999
|
|
+++ src/Makefile.in.new Wed Sep 1 14:34:27 1999
|
|
@@ -121,6 +121,10 @@
|
|
|
|
EXTRA_DIST = activeconfig.h activeeterm.h activetags.h command.h debug.h eterm_imlib.h feature.h.in graphics.h grkelot.h grx.h main.h menubar.h misc.h options.h pixmap.h profile.h screen.h scrollbar.h 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 =
|