diff options
author | snj <snj@pkgsrc.org> | 2004-03-12 04:31:46 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-12 04:31:46 +0000 |
commit | 026c7af06e12ba8852468e11ce02588f4095d5c8 (patch) | |
tree | 0055939947e7655f2b6f6f5bce76f6f0125f90a0 /audio/xmms-synaesthesia | |
parent | 885cd21ce8f1f9049c1b00ec1e74730308366baa (diff) | |
download | pkgsrc-026c7af06e12ba8852468e11ce02588f4095d5c8.tar.gz |
Use bl3, nuke LTCONFIG_OVERRIDE.
Diffstat (limited to 'audio/xmms-synaesthesia')
-rw-r--r-- | audio/xmms-synaesthesia/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/xmms-synaesthesia/Makefile b/audio/xmms-synaesthesia/Makefile index 3e5ec37fcfc..c4ffb204258 100644 --- a/audio/xmms-synaesthesia/Makefile +++ b/audio/xmms-synaesthesia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 21:24:18 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/03/12 04:31:46 snj Exp $ # DISTNAME= synaesthesia-xmms-0.0.3-rc3 @@ -12,11 +12,11 @@ HOMEPAGE= http://staff.xmms.org/zinx/xmms/ COMMENT= Port of Synaesthesia to an XMMS plugin GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_LIBTOOL= yes USE_X11= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1 -.include "../../audio/xmms/buildlink2.mk" +.include "../../audio/xmms/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |