summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-06-27 01:55:14 +0000
committerhubertf <hubertf@pkgsrc.org>2000-06-27 01:55:14 +0000
commit9fbd3e59f3152cf123967fb422f99c15eb7b59f9 (patch)
treee95667ab4b95051f204e7721ef2e0d9f99162ef2 /graphics
parentf9f0bfaa8387d1a33973e9df6b21e00ca05af53c (diff)
downloadpkgsrc-9fbd3e59f3152cf123967fb422f99c15eb7b59f9.tar.gz
fix ELF lib paths
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libgii/files/patch-sum3
-rw-r--r--graphics/libgii/patches/patch-aa13
2 files changed, 16 insertions, 0 deletions
diff --git a/graphics/libgii/files/patch-sum b/graphics/libgii/files/patch-sum
new file mode 100644
index 00000000000..541868de599
--- /dev/null
+++ b/graphics/libgii/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1 2000/06/27 01:55:14 hubertf Exp $
+
+MD5 (patch-aa) = 678f869022479f7780f361cc9021241a
diff --git a/graphics/libgii/patches/patch-aa b/graphics/libgii/patches/patch-aa
new file mode 100644
index 00000000000..6ae3faeef34
--- /dev/null
+++ b/graphics/libgii/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2000/06/27 01:55:16 hubertf Exp $
+
+--- configure.BAK Tue Jun 27 03:49:28 2000
++++ configure Tue Jun 27 03:50:08 2000
+@@ -3392,7 +3392,7 @@
+
+ # It would also be nice to do this for all -L options, not just this one.
+ if test -n "$x_libraries"; then
+- X_LIBS="$X_LIBS -L$x_libraries"
++ X_LIBS="$X_LIBS -Wl,-R$x_libraries -L$x_libraries"
+ # For Solaris; some versions of Sun CC require a space after -R and
+ # others require no space. Words are not sufficient . . . .
+ case "`(uname -sr) 2>/dev/null`" in