diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-27 11:45:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-27 11:45:26 +0000 |
commit | 5332d904dddc82a55df334425a60a659bd9ad358 (patch) | |
tree | 0218abab1fb49f0d6cfc471b8daf9f2f2c55a6b3 /lang/gcl/files/patch-makedefc.in | |
parent | - Support CC properly (diff) |
- Update to 2.6.10
- Stage support
Notes
Notes:
svn path=/head/; revision=346317
Diffstat (limited to 'lang/gcl/files/patch-makedefc.in')
-rw-r--r-- | lang/gcl/files/patch-makedefc.in | 28 |
1 files changed, 5 insertions, 23 deletions
diff --git a/lang/gcl/files/patch-makedefc.in b/lang/gcl/files/patch-makedefc.in index 995ab77099af..9eb0ca993ade 100644 --- a/lang/gcl/files/patch-makedefc.in +++ b/lang/gcl/files/patch-makedefc.in @@ -1,29 +1,11 @@ -Index: makedefc.in -=================================================================== -RCS file: /cvsroot/gcl/gcl/makedefc.in,v -retrieving revision 1.15.6.3 -diff -u -d -r1.15.6.3 makedefc.in ---- makedefc.in 10 Mar 2004 22:51:36 -0000 1.15.6.3 -+++ makedefc.in 18 Aug 2004 16:29:20 -0000 -@@ -16,13 +16,18 @@ - prefix=@prefix@ - - # where to place the info files --INFO_DIR=@INFO_DIR@ -+INFO_DIR=@prefix@/info -+ -+# configure has a clever process for figuring out where Emacs -+# really expects to find site-lisp and default.el. We use -+# these values instead to ensure that building with --prefix=PREFIX -+# will not make changes outside the specified tree. -twp - - # where to put emacs lisp files. --EMACS_SITE_LISP=@EMACS_SITE_LISP@ -+EMACS_SITE_LISP=@prefix@/share/emacs/site-lisp +--- makedefc.in.orig ++++ makedefc.in +@@ -22,7 +22,7 @@ + EMACS_SITE_LISP=@EMACS_SITE_LISP@ # the default.el file -EMACS_DEFAULT_EL=@EMACS_DEFAULT_EL@ -+EMACS_DEFAULT_EL=@prefix@/share/emacs/site-lisp/default.el ++EMACS_DEFAULT_EL=@EMACS_SITE_LISP@/default.el # numerous TCL/TK variables culled from the tkConfig.sh and tclConfig.sh # if these are found. |