summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-10-03 12:00:50 +0000
committerobache <obache@pkgsrc.org>2010-10-03 12:00:50 +0000
commit59704225ae7f6b3f0774e29988273ab289c5ed5f (patch)
treede1955dc78cf85279c79b669fc8523e2e6e1bd24 /ham
parent27860510d3371ccd69d0fbd930a9c8ff92ecfe7b (diff)
downloadpkgsrc-59704225ae7f6b3f0774e29988273ab289c5ed5f.tar.gz
exactly disable xmlrpc, or failed to build if xmlrpc-c is installed.
Diffstat (limited to 'ham')
-rw-r--r--ham/fldigi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/fldigi/Makefile b/ham/fldigi/Makefile
index fdb2b9b3ab1..6c5cca51e95 100644
--- a/ham/fldigi/Makefile
+++ b/ham/fldigi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2010/06/13 22:44:47 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2010/10/03 12:00:50 obache Exp $
#
DISTNAME= fldigi-3.03
@@ -16,6 +16,8 @@ USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-xmlrpc=no
+
.include "../../audio/libsndfile/buildlink3.mk"
.include "../../audio/libsamplerate/buildlink3.mk"
.include "../../audio/portaudio-devel/buildlink3.mk"