diff options
author | jmc <jmc@pkgsrc.org> | 2003-03-01 09:38:40 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-03-01 09:38:40 +0000 |
commit | 67efb6d9998f1451877df1820157e90cb1d48b85 (patch) | |
tree | b25296fd60f0bf41fbeea10a92deeb545d353a81 /audio/xmms-bezier | |
parent | 3af1f00070d166f421b424668ed5ee2f3a894e78 (diff) | |
download | pkgsrc-67efb6d9998f1451877df1820157e90cb1d48b85.tar.gz |
Set USE_BUILDLINK2 so buildlink'ing gets done correctly. Fixes bulk build
failure I just got on macppc
Diffstat (limited to 'audio/xmms-bezier')
-rw-r--r-- | audio/xmms-bezier/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms-bezier/Makefile b/audio/xmms-bezier/Makefile index 47de1d5e423..d7096348a36 100644 --- a/audio/xmms-bezier/Makefile +++ b/audio/xmms-bezier/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/01 09:38:40 jmc Exp $ # DISTNAME= bezier-0.0.3 @@ -14,6 +14,7 @@ USE_X11= yes CPPFLAGS+= -I${X11BASE}/include -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include USE_LIBTOOL= yes +USE_BUILDLINK2= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1 |