parent
5dd721f41a
commit
d21b00655c
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'emacs'
|
||||
pkgname=emacs
|
||||
version=25.3
|
||||
revision=3
|
||||
revision=4
|
||||
nocross=yes
|
||||
nopie=yes
|
||||
patch_args="-Np1"
|
||||
|
@ -56,7 +56,8 @@ do_configure() {
|
|||
|
||||
cd $wrksrc/x11
|
||||
./configure --with-x-toolkit=athena --without-toolkit-scroll-bars \
|
||||
--without-dbus ${configure_args}
|
||||
--without-dbus --without-gconf --without-gsettings \
|
||||
${configure_args}
|
||||
|
||||
cd $wrksrc/gtk2
|
||||
./configure --with-x-toolkit=gtk2 ${configure_args}
|
||||
|
|
Loading…
Reference in New Issue