summaryrefslogtreecommitdiff
path: root/graphics/clanlib
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2003-06-10 00:22:33 +0000
committerjmc <jmc@pkgsrc.org>2003-06-10 00:22:33 +0000
commit70f3aa82f24e7a7ba6abad69de8a2355defbcb1d (patch)
treebf9fb3a2e9ae1405cf742ce3a8a975257d3dfb30 /graphics/clanlib
parent0563d2101fb28c71e81b733b5010a560015f8a5b (diff)
downloadpkgsrc-70f3aa82f24e7a7ba6abad69de8a2355defbcb1d.tar.gz
Obviously not tested after the last change. Need to restore all of patch-ai
except the perl portion or this won't link as it's trying for libraries not on the systems.
Diffstat (limited to 'graphics/clanlib')
-rw-r--r--graphics/clanlib/distinfo3
-rw-r--r--graphics/clanlib/patches/patch-ai20
2 files changed, 22 insertions, 1 deletions
diff --git a/graphics/clanlib/distinfo b/graphics/clanlib/distinfo
index ab9f56911bb..0dc537a284c 100644
--- a/graphics/clanlib/distinfo
+++ b/graphics/clanlib/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2003/06/06 21:03:30 jmmv Exp $
+$NetBSD: distinfo,v 1.9 2003/06/10 00:22:33 jmc Exp $
SHA1 (ClanLib-0.4.4.tar.gz) = 326fb3812bd3c26cd8ecf60d8975c662674ae9a8
Size (ClanLib-0.4.4.tar.gz) = 642836 bytes
@@ -10,5 +10,6 @@ SHA1 (patch-ae) = 2fb537e21cb8e670b492d80a8864b26b44db2ad1
SHA1 (patch-af) = 9e34098b5641c9f386b8bcf7da04b43f8b50de39
SHA1 (patch-ag) = d1681ff5d11c06ad4829b91109c6356870a3bfbc
SHA1 (patch-ah) = 6947c12c5ea10333d30376a6754791a13fb1746b
+SHA1 (patch-ai) = 91dc24ba5876202ab2c815f774c7fb53fcb92b13
SHA1 (patch-aj) = 75baea86b4b666a72eb2318af5fce15ad9457edb
SHA1 (patch-ak) = 9ffe1e63c36a12fc30e94b47405f88f7190cd587
diff --git a/graphics/clanlib/patches/patch-ai b/graphics/clanlib/patches/patch-ai
new file mode 100644
index 00000000000..d95f699f8ae
--- /dev/null
+++ b/graphics/clanlib/patches/patch-ai
@@ -0,0 +1,20 @@
+$NetBSD: patch-ai,v 1.5 2003/06/10 00:22:33 jmc Exp $
+--- configure.orig Tue May 9 14:46:48 2000
++++ configure Fri Mar 23 08:37:24 2001
+@@ -2199,7 +2199,7 @@
+
+
+
+-libs="-ldl -lz -lHermes -lpthread"
++libs="-lz -lHermes -lpthread"
+
+ objf_nondyn=""
+ flag_tty=""
+@@ -2217,7 +2217,6 @@
+ if test "$flag_tty" = "yes"; then objf_nondyn="\$(OBJF_INPUT_TTY) $objf_nondyn"; fi
+ fi
+
+-x_libraries="$x_libraries -lXxf86vm"
+
+
+