summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authortron <tron>2012-11-10 22:51:13 +0000
committertron <tron>2012-11-10 22:51:13 +0000
commit6dce398b58a02e8d4706c4886c239f2241993ca6 (patch)
tree5a55376f4f0f0b1795098fc53bd1cdf979e49f95 /chat
parent960c80b6f1e3a39b0b6bf7c1e894669eca16d5b5 (diff)
downloadpkgsrc-6dce398b58a02e8d4706c4886c239f2241993ca6.tar.gz
Pullup ticket #3967 - requested by schnoebe
chat/gloox: build fix Revisions pulled up: - chat/gloox/Makefile 1.7 --- Module Name: pkgsrc Committed By: schnoebe Date: Thu Nov 8 22:11:22 UTC 2012 Modified Files: pkgsrc/chat/gloox: Makefile Log Message: -pedantic in gcc 4.5.3 (NetBSD 6) is less pedantic than in gcc 4.1.3 (NetBSD 5.*) aka, -pedantic causes build failures when including gnutls on older versions of gcc. Should clear up the build issues on NetBSD 5.x
Diffstat (limited to 'chat')
-rw-r--r--chat/gloox/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/chat/gloox/Makefile b/chat/gloox/Makefile
index f6b0b09952b..26fd64c678e 100644
--- a/chat/gloox/Makefile
+++ b/chat/gloox/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2012/09/23 10:47:45 obache Exp $
+# $NetBSD: Makefile,v 1.5.2.1 2012/11/10 22:51:13 tron Exp $
DISTNAME= gloox-1.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= chat
MASTER_SITES= http://camaya.net/download/
EXTRACT_SUFX= .tar.bz2
@@ -21,6 +21,11 @@ USE_LIBTOOL= yes
LIBS.SunOS+= -lnsl
+# -pedantic in gcc 4.5.3 (NetBSD 6) is less pedantic than
+# in gcc 4.1.3 (NetBSD 5.*) aka, -pedantic causes build
+# failures when including gnutls on older versions of gcc.
+BUILDLINK_TRANSFORM+= rm:-pedantic
+
.include "options.mk"
.include "../../devel/libidn/buildlink3.mk"