summaryrefslogtreecommitdiff
path: root/editors/nvi/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz>2007-06-04 14:45:47 +0000
committerschmonz <schmonz>2007-06-04 14:45:47 +0000
commit6488186dc677b7ff383efda38101188bb1a885e7 (patch)
treec96dd0c130bf97f463e740603badfab3ad95de95 /editors/nvi/Makefile
parentabacc6515f19df0463c686faa38c86fea9a7fcf2 (diff)
downloadpkgsrc-6488186dc677b7ff383efda38101188bb1a885e7.tar.gz
On Darwin, link with -flat_namespace. Fixes this runtime error:
dyld: Symbol not found: ___global_list Referenced from: /usr/pkg/lib/libvi.0.dylib Expected in: flat namespace Trace/BPT trap Bump PKGREVISION. While here, reverse-resolve HOMEPAGE and MASTER_SITES.
Diffstat (limited to 'editors/nvi/Makefile')
-rw-r--r--editors/nvi/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/nvi/Makefile b/editors/nvi/Makefile
index a350c239c78..198d5c1fd84 100644
--- a/editors/nvi/Makefile
+++ b/editors/nvi/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.23 2007/02/22 19:01:18 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2007/06/04 14:45:47 schmonz Exp $
#
DISTNAME= nvi-1.81.5
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= editors
-MASTER_SITES= http://193.190.253.81/~skimo/nvi/devel/
+MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://193.190.253.81/~skimo/nvi/devel/
+HOMEPAGE= http://www.kotnet.org/~skimo/nvi/devel/
COMMENT= Berkeley nvi with additional features
.include "../../mk/bsd.prefs.mk"
@@ -24,6 +24,7 @@ CONFIGURE_ENV+= vi_cv_sys5_pty=no
CONFIGURE_ENV+= vi_cv_include_sys_select=no
.elif ${OPSYS} == "Darwin"
CONFIGURE_ENV+= vi_cv_sys5_pty=no
+LDFLAGS+= -flat_namespace
.endif
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix