summaryrefslogtreecommitdiff
path: root/comms/synce-libsynce
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-02-16 17:47:04 +0000
committerhans <hans@pkgsrc.org>2012-02-16 17:47:04 +0000
commit705bbd10fc1849f39ae801bc5f3bc88b69a5a255 (patch)
tree9813822bc34b07d9bb8269b574d21cae771d00fd /comms/synce-libsynce
parentcaf46b4e91801916692951ab015b7c4bee5058ba (diff)
downloadpkgsrc-705bbd10fc1849f39ae801bc5f3bc88b69a5a255.tar.gz
Fix build on SunOS.
Diffstat (limited to 'comms/synce-libsynce')
-rw-r--r--comms/synce-libsynce/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/synce-libsynce/Makefile b/comms/synce-libsynce/Makefile
index 97d55679ada..d6a5c57d91b 100644
--- a/comms/synce-libsynce/Makefile
+++ b/comms/synce-libsynce/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/06/20 01:09:09 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2012/02/16 17:52:07 hans Exp $
#
DISTNAME= synce-libsynce-0.9.1
@@ -14,5 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+CFLAGS.SunOS+= -D__EXTENSIONS__
+
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"