diff options
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/zoinks/files/digest-zoinks-0.3.8-r1 | 1 | ||||
-rw-r--r-- | app-editors/zoinks/files/xorg-library-configure.patch | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/app-editors/zoinks/files/digest-zoinks-0.3.8-r1 b/app-editors/zoinks/files/digest-zoinks-0.3.8-r1 new file mode 100644 index 000000000000..156a888aa42b --- /dev/null +++ b/app-editors/zoinks/files/digest-zoinks-0.3.8-r1 @@ -0,0 +1 @@ +MD5 90522a8d112868e121f576df931602b3 zoinks-0.3.8.tar.gz 330651 diff --git a/app-editors/zoinks/files/xorg-library-configure.patch b/app-editors/zoinks/files/xorg-library-configure.patch new file mode 100644 index 000000000000..c4018de15fce --- /dev/null +++ b/app-editors/zoinks/files/xorg-library-configure.patch @@ -0,0 +1,14 @@ +--- configure.org 2003-12-24 14:16:13.000000000 +0100 ++++ configure 2005-01-05 13:13:30.524432304 +0100 +@@ -7299,8 +7299,10 @@ + { (exit 1); exit 1; }; } + fi + +-X_LIBRARY_PATH=-L$x_libraries ++if test "x$x_libraries" != x; then ++ X_LIBRARY_PATH=-L$x_libraries + ++fi + + # Checks for libraries. + |