summaryrefslogtreecommitdiff
path: root/japanese/emacs-emcws/files/patch-ah
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2001-06-27 14:33:44 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2001-06-27 14:33:44 +0000
commit712b71974369247e51d7e366a79b9506e1fcd684 (patch)
treee9a009f35fded63c40a1284a6c679b41e786104f /japanese/emacs-emcws/files/patch-ah
parentMake portversion in pkg-plist dynamic. (diff)
New port: emcws (emacs with various input methods).
PR: ports/22107 Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
Notes
Notes: svn path=/head/; revision=44507
Diffstat (limited to 'japanese/emacs-emcws/files/patch-ah')
-rw-r--r--japanese/emacs-emcws/files/patch-ah29
1 files changed, 29 insertions, 0 deletions
diff --git a/japanese/emacs-emcws/files/patch-ah b/japanese/emacs-emcws/files/patch-ah
new file mode 100644
index 000000000000..5a24e77c253b
--- /dev/null
+++ b/japanese/emacs-emcws/files/patch-ah
@@ -0,0 +1,29 @@
+--- lib-src/Makefile.in.orig Sat Aug 1 20:22:55 1998
++++ lib-src/Makefile.in Sat Feb 13 17:30:37 1999
+@@ -218,7 +218,7 @@
+ LIBMAIL=-lmail
+ #endif
+
+-LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD_LIBSRC
++LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD_LIBSRC -lcompat
+
+ /* We need to #define emacs to get the right versions of some files.
+ Some other files - those shared with other GNU utilities - need
+@@ -278,7 +278,7 @@
+ if [ `(cd ${archlibdir} && /bin/pwd)` \
+ != `(cd ${srcdir} && /bin/pwd)` ]; then \
+ for file in ${SCRIPTS}; do \
+- $(INSTALL_PROGRAM) ${srcdir}/$$file ${archlibdir}/$$file; \
++ $(INSTALL_SCRIPT) ${srcdir}/$$file ${archlibdir}/$$file; \
+ done ; \
+ fi
+
+@@ -290,7 +290,7 @@
+ chmod a+rx ${bindir}/$${file}; \
+ done
+ for file in ${INSTALLABLE_SCRIPTS} ; do \
+- $(INSTALL_PROGRAM) ${srcdir}/$${file} ${bindir}/$${file} ; \
++ $(INSTALL_SCRIPT) ${srcdir}/$${file} ${bindir}/$${file} ; \
+ chmod a+rx ${bindir}/$${file}; \
+ done
+