diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 17:47:04 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 17:47:04 +0000 |
commit | 705bbd10fc1849f39ae801bc5f3bc88b69a5a255 (patch) | |
tree | 9813822bc34b07d9bb8269b574d21cae771d00fd /comms/synce-libsynce | |
parent | caf46b4e91801916692951ab015b7c4bee5058ba (diff) | |
download | pkgsrc-705bbd10fc1849f39ae801bc5f3bc88b69a5a255.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'comms/synce-libsynce')
-rw-r--r-- | comms/synce-libsynce/Makefile | 4 |
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" |