summaryrefslogtreecommitdiff
path: root/lang/mono/Makefile
diff options
context:
space:
mode:
authorrecht <recht>2003-12-03 00:12:12 +0000
committerrecht <recht>2003-12-03 00:12:12 +0000
commitc5193b101dcdc08eb52249b2626b4a632e668426 (patch)
tree3f3a181ead6834615c503c14e176862723652013 /lang/mono/Makefile
parent7859c76ab7cf5c7660c77d6733d8e33c3c426807 (diff)
downloadpkgsrc-c5193b101dcdc08eb52249b2626b4a632e668426.tar.gz
Add missing LIBTOOL_OVERRIDE for libgc and add a libgc patch
from Christian Limpach wrt to signal handling. Pull in FreeBSD fixes from the FreeBSD port and disable pthread for NetBSD and FreeBSD for libgc. Fix a sysconfdir related path problem. bump PKGREVISION
Diffstat (limited to 'lang/mono/Makefile')
-rw-r--r--lang/mono/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index fd12d5e703a..c4ca4171be3 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2003/10/02 08:41:42 recht Exp $
+# $NetBSD: Makefile,v 1.12 2003/12/03 00:12:12 recht Exp $
#
DISTNAME= mono-0.28
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.go-mono.org/archive/
@@ -23,6 +24,7 @@ USE_LIBTOOL= YES
USE_PKGINSTALL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+LIBTOOL_OVERRIDE+= ${WRKSRC}/libgc/libtool
PKGCONFIG_OVERRIDE= mono.pc.in
CONFIGURE_ARGS+= --with-gc=included