summaryrefslogtreecommitdiff
path: root/devel/npth
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2015-09-05 23:19:52 +0000
committerwiedi <wiedi@pkgsrc.org>2015-09-05 23:19:52 +0000
commit55b30e8dd31a4fee64801a2595de5f0da88d5346 (patch)
tree5a98189d63648217a98323e918158b342b82b41c /devel/npth
parent32484e764544f3b85a60270bcb625c23b10b840f (diff)
downloadpkgsrc-55b30e8dd31a4fee64801a2595de5f0da88d5346.tar.gz
use c99 to fix build on SunOS
Diffstat (limited to 'devel/npth')
-rw-r--r--devel/npth/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/npth/Makefile b/devel/npth/Makefile
index 5f10cd5b804..a2fb7750d4e 100644
--- a/devel/npth/Makefile
+++ b/devel/npth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/07/04 05:17:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2015/09/05 23:19:52 wiedi Exp $
DISTNAME= npth-1.2
CATEGORIES= devel
@@ -10,6 +10,7 @@ HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/npth/
COMMENT= New Portable Threads Library (nPth)
LICENSE= gnu-gpl-v3
+USE_LANGUAGES= c99
USE_LIBTOOL= yes
GNU_CONFIGURE= yes