diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-11 20:11:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-11 20:11:43 +0000 |
commit | cb02e3c41664fa7353484da7ea5004a43154bb71 (patch) | |
tree | 14e58fd7435f3ab4d34f273050090af3d55099f7 /mail/faces | |
parent | 348c132ecbdc8cbbdaeb9605ba48218b5f87b2c5 (diff) |
Notes
Diffstat (limited to 'mail/faces')
-rw-r--r-- | mail/faces/Makefile | 2 | ||||
-rw-r--r-- | mail/faces/files/patch-configure | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index e22cf7b0e7f4..148c4a1bfdcc 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -30,7 +30,7 @@ OPTIONS_SUB= X11 X11_USE= GNOME=gtk12 X11_CPPFLAGS= -I../compface -I${LOCALBASE}/include X11_LDFLAGS= -L../compface -L${LOCALBASE}/lib -X11_CONFIGURE_ARGS= --enable-imap --enable-pop \ +X11_CONFIGURE_ON= --enable-imap --enable-pop \ --enable-name-unknown --with-spooldir=/var/mail \ --with-facedir=${DATADIR} X11_CONFIGURE_WITH= x diff --git a/mail/faces/files/patch-configure b/mail/faces/files/patch-configure index 3c689d076be6..d0f7f858bfe5 100644 --- a/mail/faces/files/patch-configure +++ b/mail/faces/files/patch-configure @@ -1,12 +1,10 @@ -$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 ++if test "x$with_x" = xyes; then + # Check whether --with-gtk-prefix or --without-gtk-prefix was given. if test "${with_gtk_prefix+set}" = set; then @@ -15,7 +13,7 @@ $FreeBSD$ fi rm -f conf.gtktest -+fi # have_x=xyes ++fi # with_x=xyes ALL_LINGUAS="" echo "$as_me:5361: checking for $CC option to accept ANSI C" >&5 |