Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jan 2015 20:11:43 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376800 - in head/mail/faces: . files
Message-ID:  <201501112011.t0BKBhJI022516@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jan 11 20:11:43 2015
New Revision: 376800
URL: https://svnweb.freebsd.org/changeset/ports/376800
QAT: https://qat.redports.org/buildarchive/r376800/

Log:
  Unbreak

Modified:
  head/mail/faces/Makefile
  head/mail/faces/files/patch-configure

Modified: head/mail/faces/Makefile
==============================================================================
--- head/mail/faces/Makefile	Sun Jan 11 19:39:45 2015	(r376799)
+++ head/mail/faces/Makefile	Sun Jan 11 20:11:43 2015	(r376800)
@@ -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

Modified: head/mail/faces/files/patch-configure
==============================================================================
--- head/mail/faces/files/patch-configure	Sun Jan 11 19:39:45 2015	(r376799)
+++ head/mail/faces/files/patch-configure	Sun Jan 11 20:11:43 2015	(r376800)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501112011.t0BKBhJI022516>