Date:2011-02-26 13:08:21 (13 years 1 month ago)
Author:David Kühling
Commit:b091aa657a1f74e947453f168a5da1533ff0f0cf
Message:emacs: force it to not use gpm and libasound

Files: emacs/Makefile (2 diffs)

Change Details

emacs/Makefile
99
1010PKG_NAME:=emacs
1111PKG_VERSION:=23.2
12PKG_RELEASE:=3
12PKG_RELEASE:=4
1313PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1414PKG_SOURCE_URL:=ftp://ftp.fu-berlin.de/pub/gnu/emacs/ \
1515    @GNU/emacs/
...... 
9494    --without-xft \
9595    --without-libotf \
9696    --without-dbus \
97    --without-gconf
97    --without-gconf \
98    --without-gpm \
99    --without-sound
98100
99101HOST_CONFIGURE_ARGS += $(EMACS_STRIPTEASE_ARGS)
100102CONFIGURE_ARGS += $(EMACS_STRIPTEASE_ARGS)

Archive Download the corresponding diff file



interactive