diff options
author | 2006-10-08 11:19:30 +0000 | |
---|---|---|
committer | 2006-10-08 11:19:30 +0000 | |
commit | a8635f2a342622979177ac63af73ea062eff0323 (patch) | |
tree | e2ae61768e9ca5610e819f208d58df5509d417d1 /games-engines/exult/files | |
parent | GCC 4.1 cleanup wrt bug #147240 (diff) | |
download | gentoo-2-a8635f2a342622979177ac63af73ea062eff0323.tar.gz gentoo-2-a8635f2a342622979177ac63af73ea062eff0323.tar.bz2 gentoo-2-a8635f2a342622979177ac63af73ea062eff0323.zip |
Fix linking with -lX11. Bug #143626
(Portage version: 2.1.1)
Diffstat (limited to 'games-engines/exult/files')
-rw-r--r-- | games-engines/exult/files/exult-1.2-x11link.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-engines/exult/files/exult-1.2-x11link.patch b/games-engines/exult/files/exult-1.2-x11link.patch new file mode 100644 index 000000000000..5fbd3a6ab4ce --- /dev/null +++ b/games-engines/exult/files/exult-1.2-x11link.patch @@ -0,0 +1,11 @@ +--- configure.ac.old 2006-10-08 12:38:54.000000000 +0200 ++++ configure.ac 2006-10-08 12:39:19.000000000 +0200 +@@ -49,6 +49,8 @@ + EXULT_DATADIR="$datadir/exult" + ARCH="" + ++AC_PATH_XTRA ++ + # determine windowing system from 'host' + AC_MSG_CHECKING("windowing system") + case "$host_os" in |