pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/speex Use l: rather than rename: in the BUILDLIN...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38f30f8469a8
branches:  trunk
changeset: 495181:38f30f8469a8
user:      markd <markd%pkgsrc.org@localhost>
date:      Fri Jun 03 23:02:13 2005 +0000

description:
Use l: rather than rename: in the BUILDLINK_TRANSFORM as this is a library
rename that we are doing.

diffstat:

 audio/speex/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 82834bb91f3c -r 38f30f8469a8 audio/speex/Makefile
--- a/audio/speex/Makefile      Fri Jun 03 22:58:54 2005 +0000
+++ b/audio/speex/Makefile      Fri Jun 03 23:02:13 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/05/20 21:06:54 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2005/06/03 23:02:13 markd Exp $
 #
 
 DISTNAME=      speex-1.0.5
@@ -21,7 +21,7 @@
 # Avoid an ICE in gcc2 on sparc64
 CONFIGURE_ENV+=         F77=${FALSE}
 
-BUILDLINK_TRANSFORM+=  rename:-lgnugetopt:-lgetopt
+BUILDLINK_TRANSFORM+=  l:gnugetopt:getopt
 
 .include "../../devel/libgetopt/buildlink3.mk"
 .include "../../devel/pkgconfig/buildlink3.mk"



Home | Main Index | Thread Index | Old Index