diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-09-24 14:37:27 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-09-24 14:37:27 +0000 |
commit | 1a35fe76123acdd9df6b903c55b1c9ad7b37fd6b (patch) | |
tree | 1ee386b6e0749964d3cf8dd05cab8d4acd4326eb /print | |
parent | 72940e5a69655571bf30051d847cc294337c3ea6 (diff) | |
download | pkgsrc-1a35fe76123acdd9df6b903c55b1c9ad7b37fd6b.tar.gz |
find shared X libs
Diffstat (limited to 'print')
-rw-r--r-- | print/mp/files/patch-sum | 7 | ||||
-rw-r--r-- | print/mp/patches/patch-aa | 13 |
2 files changed, 15 insertions, 5 deletions
diff --git a/print/mp/files/patch-sum b/print/mp/files/patch-sum index 350ee6465e2..7ed219380b8 100644 --- a/print/mp/files/patch-sum +++ b/print/mp/files/patch-sum @@ -1,6 +1,3 @@ -$NetBSD: patch-sum,v 1.2 2000/09/04 15:46:31 kim Exp $ +$NetBSD: patch-sum,v 1.3 2000/09/24 14:37:27 hubertf Exp $ -This placeholder file is generated by the ``makepatchsum'' target -whenever the patches directory is empty or missing. Its purpose -is to ensure that the presence of any obsolete patches will cause -the proper error to be emitted at build time. +MD5 (patch-aa) = 7507a87d8c10c156a18b51d8d257524b diff --git a/print/mp/patches/patch-aa b/print/mp/patches/patch-aa new file mode 100644 index 00000000000..5be885ad64d --- /dev/null +++ b/print/mp/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2000/09/24 14:37:28 hubertf Exp $ + +--- configure.orig Sun Sep 24 16:30:11 2000 ++++ configure +@@ -2247,7 +2247,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 -L$x_libraries -Wl,-R$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 |