diff options
author | kmoore <kmoore@FreeBSD.org> | 2012-09-06 22:11:07 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2012-09-06 22:11:07 +0800 |
commit | 8f0196c694c27a86be23221b5153937f0df4e92b (patch) | |
tree | 13ac4152d3f8ae5c6a08cae807525613a154fb57 /x11 | |
parent | a82c31c82f183ddd9caf5241b8c067f9f1983b7e (diff) | |
download | freebsd-ports-gnome-8f0196c694c27a86be23221b5153937f0df4e92b.tar.gz freebsd-ports-gnome-8f0196c694c27a86be23221b5153937f0df4e92b.tar.zst freebsd-ports-gnome-8f0196c694c27a86be23221b5153937f0df4e92b.zip |
Fix building if lang/vala is installed
Reported by: Many
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libfm/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/libfm/files/patch-configure b/x11/libfm/files/patch-configure new file mode 100644 index 000000000000..1ac6875d36c5 --- /dev/null +++ b/x11/libfm/files/patch-configure @@ -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; } |