diff options
| author | Ashish SHUKLA <ashish@FreeBSD.org> | 2010-09-27 01:19:31 +0000 |
|---|---|---|
| committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2010-09-27 01:19:31 +0000 |
| commit | 030c983273eb02f8f538158152dfe07f0ccbf626 (patch) | |
| tree | 446e52f36c09c74ed110a5d16718e63bf1a05b9b /editors/emacs-devel/files | |
| parent | - Add CANNA support to the port, provided by Yuji TAKANO. (diff) | |
- Update port to latest snapshot.
- Clean up pkg-plist.
- Add new OPTIONs.
Approved by: tabthorpe (mentor)
Diffstat (limited to 'editors/emacs-devel/files')
| -rw-r--r-- | editors/emacs-devel/files/patch-configure | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/editors/emacs-devel/files/patch-configure b/editors/emacs-devel/files/patch-configure index 88e654cfe9c8..cc5d025d98a5 100644 --- a/editors/emacs-devel/files/patch-configure +++ b/editors/emacs-devel/files/patch-configure @@ -3,10 +3,12 @@ $FreeBSD$ --- configure.orig +++ configure -@@ -5981,160 +5981,10 @@ - - +@@ -6041,170 +6041,6 @@ + LIBSOUND= + fi +- +- - ALSA_REQUIRED=1.0.0 - ALSA_MODULES="alsa >= $ALSA_REQUIRED" - @@ -157,11 +159,18 @@ $FreeBSD$ -$as_echo "#define HAVE_ALSA 1" >>confdefs.h - - fi - - if test x$have_sound_header = xyes || test $HAVE_ALSA = yes; then - case "$opsys" in +- +- if test x$have_sound_header = xyes || test $HAVE_ALSA = yes; then +- case "$opsys" in - gnu-linux|freebsd|netbsd) -+ gnu-linux|freebsd*|netbsd) - - $as_echo "#define HAVE_SOUND 1" >>confdefs.h +- +-$as_echo "#define HAVE_SOUND 1" >>confdefs.h +- +- ;; +- esac +- fi +- +- + fi + for ac_header in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ |
