- Fix non-X11 building.
PR: ports/108669 Submitted by: Peter Koeleman <peter@peerweb.nl> Reported also by: Morten Jorgensen <mojo@unixnet.dk>
This commit is contained in:
parent
e292f91ccc
commit
a12ed6f2ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184317
1 changed files with 11 additions and 0 deletions
11
graphics/imlib2/files/patch-configure
Normal file
11
graphics/imlib2/files/patch-configure
Normal file
|
@ -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" --
|
Loading…
Reference in a new issue