]> git.pld-linux.org Git - packages/gcl.git/commitdiff
- added workaround to allow build when emacs is installed, but emacs-leim not; STBR
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 15 Oct 2002 11:28:59 +0000 (11:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcl.spec -> 1.20

gcl.spec

index b709960573af1ddb00ea5d699ad1866bd971cc4c..49006d204523248d10cf141dc9385f2bfe7d4da0 100644 (file)
--- a/gcl.spec
+++ b/gcl.spec
@@ -50,6 +50,8 @@ rm -f missing
 %{__autoconf}
 cp -f /usr/share/automake/config.* .
 GCC="%{__cc}"; export GCC
+# note: full path to xemacs must be passed
+EMACS=/usr/bin/xemacs; export EMACS
 %configure \
        --enable-notify=no
 
This page took 0.118753 seconds and 4 git commands to generate.