mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
parent
5dd721f41a
commit
d21b00655c
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'emacs'
|
# Template file for 'emacs'
|
||||||
pkgname=emacs
|
pkgname=emacs
|
||||||
version=25.3
|
version=25.3
|
||||||
revision=3
|
revision=4
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
@ -56,7 +56,8 @@ do_configure() {
|
||||||
|
|
||||||
cd $wrksrc/x11
|
cd $wrksrc/x11
|
||||||
./configure --with-x-toolkit=athena --without-toolkit-scroll-bars \
|
./configure --with-x-toolkit=athena --without-toolkit-scroll-bars \
|
||||||
--without-dbus ${configure_args}
|
--without-dbus --without-gconf --without-gsettings \
|
||||||
|
${configure_args}
|
||||||
|
|
||||||
cd $wrksrc/gtk2
|
cd $wrksrc/gtk2
|
||||||
./configure --with-x-toolkit=gtk2 ${configure_args}
|
./configure --with-x-toolkit=gtk2 ${configure_args}
|
||||||
|
|
Loading…
Add table
Reference in a new issue