aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2007-02-06 05:55:12 +0800
committerstas <stas@FreeBSD.org>2007-02-06 05:55:12 +0800
commit588b35a118f03366125eb7fc02a83ea9f152badc (patch)
treec98f54dfb44df1a8c2fc79edabb6a7f5b8e6505e /graphics
parent357fc6ff7cb67e08529b85823cef3b3edd80ae1c (diff)
downloadfreebsd-ports-gnome-588b35a118f03366125eb7fc02a83ea9f152badc.tar.gz
freebsd-ports-gnome-588b35a118f03366125eb7fc02a83ea9f152badc.tar.zst
freebsd-ports-gnome-588b35a118f03366125eb7fc02a83ea9f152badc.zip
- Fix non-X11 building.
PR: ports/108669 Submitted by: Peter Koeleman <peter@peerweb.nl> Reported also by: Morten Jorgensen <mojo@unixnet.dk>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/imlib2/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/imlib2/files/patch-configure b/graphics/imlib2/files/patch-configure
new file mode 100644
index 000000000000..c13258b9fcdd
--- /dev/null
+++ b/graphics/imlib2/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Tue Feb 6 00:43:20 2007
++++ configure Tue Feb 6 00:46:42 2007
+@@ -21542,7 +21542,7 @@
+ have_x="no"
+ fi
+
+-
++have_x="disabled"
+
+ if test "x$have_x" = "xno"; then
+ # If --without-x was passed, this will be "disabled" instead of "no" --