obsolete
This commit is contained in:
parent
a3e0940d19
commit
460ddb33d3
1 changed files with 2 additions and 6 deletions
|
@ -27,7 +27,7 @@
|
||||||
# Modified by Patrick Volkerding <volkerdi@slackware.com>
|
# Modified by Patrick Volkerding <volkerdi@slackware.com>
|
||||||
# Modified by Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
|
# Modified by Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
|
||||||
|
|
||||||
ONLY_X11=${ONLY_X11:=1}
|
ONLY_X11=${ONLY_X11:=YES}
|
||||||
|
|
||||||
PRGNAM=emacs
|
PRGNAM=emacs
|
||||||
BRANCH=${BRANCH:=trunk}
|
BRANCH=${BRANCH:=trunk}
|
||||||
|
@ -96,8 +96,6 @@ $SRCDIR/configure \
|
||||||
--program-suffix="" \
|
--program-suffix="" \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--infodir=/usr/info \
|
--infodir=/usr/info \
|
||||||
--enable-static=no \
|
|
||||||
--enable-shared=yes \
|
|
||||||
--with-x \
|
--with-x \
|
||||||
--with-x-toolkit=gtk \
|
--with-x-toolkit=gtk \
|
||||||
--without-gconf \
|
--without-gconf \
|
||||||
|
@ -120,7 +118,7 @@ EOF
|
||||||
chmod +x $PKG/usr/bin/emacs
|
chmod +x $PKG/usr/bin/emacs
|
||||||
)
|
)
|
||||||
|
|
||||||
if [ $ONLY_X11 == 0 ] ; then
|
if [ ! "x$ONLY_X11" == "xYES" ] ; then
|
||||||
# Also add a version of the binary that is not linked to X11:
|
# Also add a version of the binary that is not linked to X11:
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
|
@ -151,8 +149,6 @@ if [ $ONLY_X11 == 0 ] ; then
|
||||||
--program-suffix="" \
|
--program-suffix="" \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--infodir=/usr/info \
|
--infodir=/usr/info \
|
||||||
--enable-static=no \
|
|
||||||
--enable-shared=yes \
|
|
||||||
--with-x=no \
|
--with-x=no \
|
||||||
--without-gconf \
|
--without-gconf \
|
||||||
--build=${ARCH}-slackware-linux
|
--build=${ARCH}-slackware-linux
|
||||||
|
|
Loading…
Reference in a new issue