summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-12-17 17:17:19 +0000
committerjoerg <joerg@pkgsrc.org>2006-12-17 17:17:19 +0000
commit07538486d99c27c360b778f365a2604e2b9abbd8 (patch)
tree6e49d8e55f24037d0b1032d5a6bb4f8f224cc898 /misc
parent017942cfd666e58212f399293f54c320ccf096ed (diff)
downloadpkgsrc-07538486d99c27c360b778f365a2604e2b9abbd8.tar.gz
Fix build on Mac OS X. From Steve Mynott in private mail.
Diffstat (limited to 'misc')
-rw-r--r--misc/most/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/misc/most/Makefile b/misc/most/Makefile
index ffd7780d894..ddfd328e95a 100644
--- a/misc/most/Makefile
+++ b/misc/most/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/10/04 21:49:19 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2006/12/17 17:17:19 joerg Exp $
DISTNAME= most-4.9.0
PKGREVISION= 1
@@ -13,5 +13,12 @@ COMMENT= Pager (like less) which has support for windows and binary files
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-x
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Darwin"
+# prevent duplicate definition of zopen
+CFLAGS+= -D_POSIX_C_SOURCE
+.endif
+
.include "../../devel/libslang/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"