summaryrefslogtreecommitdiff
path: root/devel/diffutils
diff options
context:
space:
mode:
authorfhajny <fhajny>2012-03-09 13:11:05 +0000
committerfhajny <fhajny>2012-03-09 13:11:05 +0000
commitf9c33094d7324b1908b587a1330ab7e189e3b7ad (patch)
tree28f8365fecc480a81e68affc57e8d2f5ce0770c2 /devel/diffutils
parent0833236e7c31480173cfc1d1a12faaa1982bced0 (diff)
downloadpkgsrc-f9c33094d7324b1908b587a1330ab7e189e3b7ad.tar.gz
Prevent a hang in configure on SunOS.
Diffstat (limited to 'devel/diffutils')
-rw-r--r--devel/diffutils/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/diffutils/Makefile b/devel/diffutils/Makefile
index cde8f356a02..e843cabda8a 100644
--- a/devel/diffutils/Makefile
+++ b/devel/diffutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2011/04/22 13:43:17 obache Exp $
+# $NetBSD: Makefile,v 1.25 2012/03/09 13:11:05 fhajny Exp $
#
DISTNAME= diffutils-2.8.1
@@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=diffutils/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/diffutils/diffutils.html
COMMENT= GNU diff utilities - find the differences between files
+LICENSE= gnu-gpl-v2
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
@@ -20,6 +21,10 @@ CONFIGURE_ENV+= gt_cv_func_gnugettext1_libintl=yes
.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ENV+= ac_cv_sys_xsi_stack_overflow_heuristic=no
+.endif
+
.if defined(GNU_PROGRAM_PREFIX)
CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX:Q}
.endif