summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2003-10-31 02:13:17 +0000
committerdmcmahill <dmcmahill>2003-10-31 02:13:17 +0000
commit03e0a7fec3adab33d77d6f7701a7a0840bad944f (patch)
treeefd5eb50892fb771909af0a8036542db2b4f5f96 /x11
parentf5014740f2e3a693b4f3d3ece5a4fba0ce6333e4 (diff)
downloadpkgsrc-03e0a7fec3adab33d77d6f7701a7a0840bad944f.tar.gz
fix PLIST problems on Solaris by setting the libtool (1.5) versioning type
to sunos. No effect on non-solaris systems.
Diffstat (limited to 'x11')
-rw-r--r--x11/Xrender/distinfo4
-rw-r--r--x11/Xrender/patches/patch-aa13
-rw-r--r--x11/Xrender/patches/patch-ab13
3 files changed, 29 insertions, 1 deletions
diff --git a/x11/Xrender/distinfo b/x11/Xrender/distinfo
index 77f8af359d9..2023ed29fb5 100644
--- a/x11/Xrender/distinfo
+++ b/x11/Xrender/distinfo
@@ -1,4 +1,6 @@
-$NetBSD: distinfo,v 1.3 2003/09/19 17:22:15 wiz Exp $
+$NetBSD: distinfo,v 1.4 2003/10/31 02:13:17 dmcmahill Exp $
SHA1 (xrender-0.8.3.tar.gz) = a99c1c395b86b2fc4a92bd6de750e1438a5f3461
Size (xrender-0.8.3.tar.gz) = 217525 bytes
+SHA1 (patch-aa) = 21c6164ceee41b560fdb96c62d72fa06aef70349
+SHA1 (patch-ab) = 7334ebd3de2386801cf25310d1f68e54fd062f5a
diff --git a/x11/Xrender/patches/patch-aa b/x11/Xrender/patches/patch-aa
new file mode 100644
index 00000000000..bec153c8e42
--- /dev/null
+++ b/x11/Xrender/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2003/10/31 02:13:17 dmcmahill Exp $
+
+--- aclocal.m4.orig 2003-06-09 20:04:29.000000000 -0400
++++ aclocal.m4
+@@ -3063,7 +3063,7 @@ sco3.2v5*)
+ ;;
+
+ solaris*)
+- version_type=linux
++ version_type=sunos
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
diff --git a/x11/Xrender/patches/patch-ab b/x11/Xrender/patches/patch-ab
new file mode 100644
index 00000000000..19eab6ac5ec
--- /dev/null
+++ b/x11/Xrender/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2003/10/31 02:13:17 dmcmahill Exp $
+
+--- configure.orig 2003-06-09 20:04:34.000000000 -0400
++++ configure
+@@ -6362,7 +6362,7 @@ sco3.2v5*)
+ ;;
+
+ solaris*)
+- version_type=linux
++ version_type=sunos
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'