diff options
Diffstat (limited to 'audio/portaudio-devel/Makefile')
-rw-r--r-- | audio/portaudio-devel/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/portaudio-devel/Makefile b/audio/portaudio-devel/Makefile index 4068ed9fceb..188db153099 100644 --- a/audio/portaudio-devel/Makefile +++ b/audio/portaudio-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/07/21 10:17:54 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/12/29 04:54:36 dholland Exp $ DISTNAME= pa_stable_v19_20140130 PKGNAME= portaudio-devel-20140130 @@ -26,12 +26,12 @@ WRKSRC= ${WRKDIR}/portaudio INSTALLATION_DIRS= include/portaudio2 lib/portaudio2 lib/pkgconfig -SUBST_CLASSES+= pthread -SUBST_STAGE.pthread= pre-configure -SUBST_MESSAGE.pthread= Fixing -lpthread references. -SUBST_FILES.pthread= configure -SUBST_SED.pthread= -e 's/-D_REENTRANT/${PTHREAD_CFLAGS}/g' -SUBST_SED.pthread+= -e 's/-lpthread/${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}/g' +SUBST_CLASSES+= pthread +SUBST_STAGE.pthread= pre-configure +SUBST_MESSAGE.pthread= Fixing -lpthread references. +SUBST_FILES.pthread= configure +SUBST_SED.pthread= -e 's/-D_REENTRANT/${PTHREAD_CFLAGS}/g' +SUBST_SED.pthread+= -e 's/-lpthread/${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}/g' SUBST_CLASSES+= pc SUBST_STAGE.pc= pre-configure |