diff options
-rw-r--r-- | graphics/imlib2/patches/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/imlib2/patches/patch-aa b/graphics/imlib2/patches/patch-aa deleted file mode 100644 index aa5a5c53b6a..00000000000 --- a/graphics/imlib2/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.8 2005/03/14 15:46:18 wiz Exp $ - ---- configure.orig 2005-01-08 05:39:10.000000000 +0100 -+++ configure -@@ -20262,7 +20262,7 @@ echo $ECHO_N "checking whether X11 suppo - if test "x$have_x" = "xyes"; then - x_dir="/usr/X11R6"; - x_cflags="-I"$x_dir"/include" -- x_libs="-L"$x_dir"/lib -lX11 -lXext" -+ x_libs="-Wl,-R"$x_dir"/lib -L"$x_dir"/lib -lX11 -lXext" - echo "$as_me:$LINENO: result: enabling X11 support" >&5 - echo "${ECHO_T}enabling X11 support" >&6 - |