diff options
author | dan <dan@pkgsrc.org> | 2002-12-04 04:52:25 +0000 |
---|---|---|
committer | dan <dan@pkgsrc.org> | 2002-12-04 04:52:25 +0000 |
commit | 6d7b822c5c69181e5423270b869b31d25cab818c (patch) | |
tree | 9938ac29b398529a3f42678a638681bd223de8a6 /net | |
parent | f7b9ede148bb8913a320633888f78898c38c0a38 (diff) | |
download | pkgsrc-6d7b822c5c69181e5423270b869b31d25cab818c.tar.gz |
$(LIBTOO) -> $(LIBTOOL)
Diffstat (limited to 'net')
-rw-r--r-- | net/openh323/distinfo | 4 | ||||
-rw-r--r-- | net/openh323/patches/patch-aa | 6 |
2 files changed, 5 insertions, 5 deletions
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 |