diff options
author | grant <grant@pkgsrc.org> | 2003-08-01 05:58:20 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-08-01 05:58:20 +0000 |
commit | d641a9e957a05c6fde832c7cf6ed1f375e0aac65 (patch) | |
tree | 5685b1dae3ca35df549aa4444956755caf62ae93 /audio/arts | |
parent | 6c2c9bec761ba3c5c080f5e49640d9ed66f4b8b0 (diff) | |
download | pkgsrc-d641a9e957a05c6fde832c7cf6ed1f375e0aac65.tar.gz |
add another LIBTOOL_OVERRIDE.
Diffstat (limited to 'audio/arts')
-rw-r--r-- | audio/arts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index d1bbfc2ef26..3eab87a9265 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/07/30 13:01:28 markd Exp $ +# $NetBSD: Makefile,v 1.19 2003/08/01 05:58:20 grant Exp $ DISTNAME= arts-1.1.3 CATEGORIES= audio @@ -11,7 +11,7 @@ CONFLICTS+= kdelibs-2* USE_BUILDLINK2= yes USE_PERL5= build -LIBTOOL_OVERRIDE+= ${WRKSRC}/libltdl/libtool +LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool ${WRKSRC}/libltdl/libtool CONFIGURE_ENV+= ac_cv_path_PKG_CONFIG=no # Ensure we export symbols in the linked shared object. |