diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2015-01-11 14:58:17 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2015-01-11 14:58:17 +0000 |
commit | b190bd047571e6431fc1cccc827c0808fbb89019 (patch) | |
tree | 04bdd8b186a29ba8a8f30df2e334ce5fa7d927f8 /mail/faces/files/patch-configure | |
parent | - Fix build when OpenSSL doesn't support SSL2/SSL3 (diff) |
- Add LICENSE information
- OptionsNG-ify port
- Convert NAS, RPLAY, SOX into SINGLE OPTIONSs as they are mutually
exclusive
- Fix configure script with X11
- Add diff to stop checking for GTK when X11 support is disabled
- Fix building port with NLS option unset
PR: 196305
Diffstat (limited to 'mail/faces/files/patch-configure')
-rw-r--r-- | mail/faces/files/patch-configure | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/faces/files/patch-configure b/mail/faces/files/patch-configure new file mode 100644 index 000000000000..3c689d076be6 --- /dev/null +++ b/mail/faces/files/patch-configure @@ -0,0 +1,21 @@ +$FreeBSD$ + +--- configure.orig 2015-01-11 20:18:10.319363623 +0530 ++++ configure 2015-01-11 20:21:02.304351633 +0530 +@@ -5065,6 +5065,8 @@ + fi + done + ++if test "x$have_x" = xyes; then ++ + # Check whether --with-gtk-prefix or --without-gtk-prefix was given. + if test "${with_gtk_prefix+set}" = set; then + withval="$with_gtk_prefix" +@@ -5356,6 +5358,7 @@ + fi + + rm -f conf.gtktest ++fi # have_x=xyes + + ALL_LINGUAS="" + echo "$as_me:5361: checking for $CC option to accept ANSI C" >&5 |