diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-28 15:50:26 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-28 15:50:26 +0000 |
commit | 0e26524c6a1c39e1114a089bc9024f8854724553 (patch) | |
tree | a42f30a8fcba6873874d797373d69042e58f6176 /x11/eterm/files/patch-ac | |
parent | Upgrade to 1.1.4. (diff) |
Upgrade to 0.8.7, add a patch for KANJI.
PR: ports/8461
Submitted by: Nakai@technologist.com
Notes
Notes:
svn path=/head/; revision=14234
Diffstat (limited to 'x11/eterm/files/patch-ac')
-rw-r--r-- | x11/eterm/files/patch-ac | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/x11/eterm/files/patch-ac b/x11/eterm/files/patch-ac index 57fbdd18a596..1dd8835ed18b 100644 --- a/x11/eterm/files/patch-ac +++ b/x11/eterm/files/patch-ac @@ -1,13 +1,12 @@ ---- 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 - +--- 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 -+ - # - # Distribution variables - # + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = |