diff options
author | kefren <kefren@pkgsrc.org> | 2010-10-15 04:52:05 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2010-10-15 04:52:05 +0000 |
commit | 46eb514d8eb87008ae7b3cf3bc2766a5d0b7a982 (patch) | |
tree | 6f2e8fda6dbd731f9134d300b66f480ea21cedeb /lang/mono/patches | |
parent | d94c70aaf770eb2f053161751e4cb8cc21c494e0 (diff) | |
download | pkgsrc-46eb514d8eb87008ae7b3cf3bc2766a5d0b7a982.tar.gz |
Don't forget to create a directory on install
Supply libsqlite name for NetBSD and don't pin it to a specific major
version. Should fix www/mono-xsp bulk build
Bump PKGREVISION
OK wiz@
Diffstat (limited to 'lang/mono/patches')
-rw-r--r-- | lang/mono/patches/patch-ab | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/mono/patches/patch-ab b/lang/mono/patches/patch-ab index 1d5eb079b64..582a89a47f7 100644 --- a/lang/mono/patches/patch-ab +++ b/lang/mono/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.24 2010/07/31 08:40:37 kefren Exp $ +$NetBSD: patch-ab,v 1.25 2010/10/15 04:52:05 kefren Exp $ --- configure.orig 2010-07-14 11:35:21.000000000 +0300 -+++ configure 2010-07-26 12:50:27.000000000 +0300 ++++ configure 2010-10-14 22:47:41.000000000 +0300 @@ -3118,12 +3118,15 @@ CPPFLAGS="$CPPFLAGS -DPLATFORM_BSD" libmono_ldflags="-pthread" @@ -48,7 +48,7 @@ $NetBSD: patch-ab,v 1.24 2010/07/31 08:40:37 kefren Exp $ sizeof_register="SIZEOF_VOID_P" -@@ -38501,10 +38508,10 @@ +@@ -38501,10 +38508,12 @@ X11="libX11.dylib" ;; *-*-*netbsd*) @@ -56,6 +56,8 @@ $NetBSD: patch-ab,v 1.24 2010/07/31 08:40:37 kefren Exp $ - INTL="libintl.so.0" + LIBC="libc.so" + INTL="libintl.so" ++ SQLITE="libsqlite.so" ++ SQLITE3="libsqlite3.so" ;; - *-*-*freebsd*) + *-*-*freebsd* | *-*-*dragonfly*) |