Date: Thu, 6 Sep 2012 14:11:07 +0000 (UTC) From: Kris Moore <kmoore@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303755 - head/x11/libfm/files Message-ID: <201209061411.q86EB75C032539@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kmoore Date: Thu Sep 6 14:11:07 2012 New Revision: 303755 URL: http://svn.freebsd.org/changeset/ports/303755 Log: Fix building if lang/vala is installed Reported by: Many Added: head/x11/libfm/files/patch-configure (contents, props changed) Added: head/x11/libfm/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/libfm/files/patch-configure Thu Sep 6 14:11:07 2012 (r303755) @@ -0,0 +1,11 @@ +--- configure.o 2012-09-06 10:00:49.687508071 -0400 ++++ configure 2012-09-06 10:01:00.168508809 -0400 +@@ -11822,7 +11822,7 @@ + ;; + esac + fi +-VALAC=$ac_cv_path_VALAC ++VALAC="" + if test -n "$VALAC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $VALAC" >&5 + $as_echo "$VALAC" >&6; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209061411.q86EB75C032539>