summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authoradam <adam>2010-07-23 13:25:54 +0000
committeradam <adam>2010-07-23 13:25:54 +0000
commit8e49f1d5fae106bc6b59b3c89088a89e90572aa7 (patch)
treeb6c3be4634e8ac84bed6265d268abb71e2eb4b40 /audio
parentec3abdb0287ca956b13acc8e5dba74fd9258d75b (diff)
downloadpkgsrc-8e49f1d5fae106bc6b59b3c89088a89e90572aa7.tar.gz
Added PKGCONFIG_OVERRIDE
Diffstat (limited to 'audio')
-rw-r--r--audio/sox/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile
index 4b3a780e072..33e49bdfe69 100644
--- a/audio/sox/Makefile
+++ b/audio/sox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2010/07/23 07:55:12 adam Exp $
+# $NetBSD: Makefile,v 1.50 2010/07/23 13:25:54 adam Exp $
DISTNAME= sox-14.3.1
CATEGORIES= audio
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-gomp
CONFIGURE_ARGS+= --without-libltdl
+PKGCONFIG_OVERRIDE+= sox.pc.in
+
SUBST_CLASSES+= gsm
SUBST_FILES.gsm= configure src/gsm.c src/wav.c CMakeLists.txt
SUBST_SED.gsm= -e "s!gsm/gsm.h!gsm.h!"