diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 23:27:23 +0100 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 23:27:23 +0100 |
| commit | 9352995934adec8059077af241c35ccd1573bd80 (patch) | |
| tree | 60286e266b3b31b90b952ac37e12a1ebbcdd2eb6 /octave/patches/020-no-x-windows.patch | |
| parent | ef3b84d78197acbd45d73a9b1ae44b47b5904290 (diff) | |
| parent | 880bca260c4ce91554a49b2475232cf5c0ffd447 (diff) | |
| download | qipackages-fork-master.tar.gz | |
Conflicts:
links/Makefile
Diffstat (limited to 'octave/patches/020-no-x-windows.patch')
| -rw-r--r-- | octave/patches/020-no-x-windows.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/octave/patches/020-no-x-windows.patch b/octave/patches/020-no-x-windows.patch new file mode 100644 index 0000000..9c98466 --- /dev/null +++ b/octave/patches/020-no-x-windows.patch @@ -0,0 +1,26 @@ +Index: octave-3.2.4/configure +=================================================================== +--- octave-3.2.4.orig/configure 2011-01-02 15:14:21.000000000 +0100 ++++ octave-3.2.4/configure 2011-01-02 15:14:32.000000000 +0100 +@@ -6892,7 +6892,7 @@ + $as_echo "libraries $x_libraries, headers $x_includes" >&6; } + fi + +-if test "$have_x"; then ++if test "$have_x" = "yes"; then + + $as_echo "#define HAVE_X_WINDOWS 1" >>confdefs.h + +Index: octave-3.2.4/configure.in +=================================================================== +--- octave-3.2.4.orig/configure.in 2011-01-02 15:14:20.000000000 +0100 ++++ octave-3.2.4/configure.in 2011-01-02 15:14:25.000000000 +0100 +@@ -258,7 +258,7 @@ + ACX_PTHREAD + + AC_PATH_X +-if test "$have_x"; then ++if test "$have_x" = "yes"; then + AC_DEFINE(HAVE_X_WINDOWS, 1, [Define if you have X11]) + + if test "$x_includes" != "NONE"; then |
