From e1248617b36a32eece6ac3d9b8faddeb7bed7494 Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 4 Dec 2002 04:52:25 +0000 Subject: $(LIBTOO) -> $(LIBTOOL) --- net/openh323/distinfo | 4 ++-- net/openh323/patches/patch-aa | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'net/openh323') diff --git a/net/openh323/distinfo b/net/openh323/distinfo index f24ee02f499..d5d1a945929 100644 --- a/net/openh323/distinfo +++ b/net/openh323/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2002/12/03 21:48:17 jdolecek Exp $ +$NetBSD: distinfo,v 1.5 2002/12/04 04:52:25 dan Exp $ SHA1 (openh323_1.10.4.tar.gz) = 2884944d64b6b129ced05a8df2a17bc581e63532 Size (openh323_1.10.4.tar.gz) = 1881298 bytes -SHA1 (patch-aa) = d91734cd073549f6a8199cc0ca8b355e68d1445b +SHA1 (patch-aa) = 9c6ecbbd7fa1a0a8ea51deb2b8b99888f2228a6f SHA1 (patch-ac) = 985ed16a87ed719d1b768d8d3901c4527f1736e4 diff --git a/net/openh323/patches/patch-aa b/net/openh323/patches/patch-aa index 21133c5e5de..bca949d800b 100644 --- a/net/openh323/patches/patch-aa +++ b/net/openh323/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.3 2002/12/03 21:48:18 jdolecek Exp $ +$NetBSD: patch-aa,v 1.4 2002/12/04 04:52:26 dan Exp $ --- src/Makefile.orig Wed Nov 6 23:58:29 2002 +++ src/Makefile Tue Dec 3 17:11:38 2002 @@ -53,13 +53,13 @@ $NetBSD: patch-aa,v 1.3 2002/12/03 21:48:18 jdolecek Exp $ @if [ ! -d $(DEPDIR) ] ; then mkdir -p $(DEPDIR) ; fi @printf %s $(OH323_OBJDIR)/ > $@ - $(CPLUS) -I$(VIC_DIR) $(STDCCFLAGS) $(CFLAGS) -M $< >> $@ -+ $(LIBTOO) --tag=CXX $(CPLUS) -I$(VIC_DIR) $(STDCCFLAGS) $(CFLAGS) -M $< >> $@ ++ $(LIBTOOL) --tag=CXX $(CPLUS) -I$(VIC_DIR) $(STDCCFLAGS) $(CFLAGS) -M $< >> $@ $(DEPDIR)/%.dep : $(VIC_DIR)/%.cxx @if [ ! -d $(DEPDIR) ] ; then mkdir -p $(DEPDIR) ; fi @printf %s $(OH323_OBJDIR)/ > $@ - $(CPLUS) -I$(VIC_DIR) $(STDCCFLAGS) $(CFLAGS) -M $< >> $@ -+ $(LIBTOO) --tag=CXX $(CPLUS) -I$(VIC_DIR) $(STDCCFLAGS) $(CFLAGS) -M $< >> $@ ++ $(LIBTOOL) --tag=CXX $(CPLUS) -I$(VIC_DIR) $(STDCCFLAGS) $(CFLAGS) -M $< >> $@ # Build rules for the GSM codec -- cgit v1.2.3