From 8600e563f447aa64cfa5ed1cb3f72ebb7d0074c1 Mon Sep 17 00:00:00 2001 From: Stefan Knoblich Date: Tue, 28 Dec 2004 03:40:17 +0000 Subject: new version --- net-libs/openh323/files/digest-openh323-1.15.2 | 1 + net-libs/openh323/files/openh323-1.15.2-notrace.diff | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 net-libs/openh323/files/digest-openh323-1.15.2 create mode 100644 net-libs/openh323/files/openh323-1.15.2-notrace.diff (limited to 'net-libs/openh323/files') diff --git a/net-libs/openh323/files/digest-openh323-1.15.2 b/net-libs/openh323/files/digest-openh323-1.15.2 new file mode 100644 index 000000000000..3483c1c512fd --- /dev/null +++ b/net-libs/openh323/files/digest-openh323-1.15.2 @@ -0,0 +1 @@ +MD5 53086e76eb4e2ff2a3b77f1d4e9acaa8 openh323-v1_15_2-src.tar.gz 3735815 diff --git a/net-libs/openh323/files/openh323-1.15.2-notrace.diff b/net-libs/openh323/files/openh323-1.15.2-notrace.diff new file mode 100644 index 000000000000..762f9f768b13 --- /dev/null +++ b/net-libs/openh323/files/openh323-1.15.2-notrace.diff @@ -0,0 +1,19 @@ +--- openh323/Makefile.in 2004-08-22 06:21:45.000000000 +0200 ++++ openh323/Makefile.in.orig 2004-11-27 21:22:44.431975832 +0100 +@@ -328,12 +328,12 @@ + + install: + mkdir -p $(DESTDIR)$(LIBDIR) +- rm -f $(DESTDIR)$(LIBDIR)/libh323_*_r.so* +- $(INSTALL) -m 444 lib/*_r.so $(DESTDIR)$(LIBDIR) +- (for fn in lib/*_r.so.* ; do \ ++ rm -f $(DESTDIR)$(LIBDIR)/libh323_*_$(OH323_SUFFIX).so* ++ $(INSTALL) -m 444 lib/*_$(OH323_SUFFIX).so $(DESTDIR)$(LIBDIR) ++ (for fn in lib/*_$(OH323_SUFFIX).so.* ; do \ + cd $(DESTDIR)$(LIBDIR) ; \ + rm -f `basename $$fn` ; \ +- ln -s libh323_*_r.so `basename $$fn` ; \ ++ ln -s libh323_*_$(OH323_SUFFIX).so `basename $$fn` ; \ + done) + $(INSTALL) -m 444 lib/$(OH323_FILE) $(DESTDIR)$(LIBDIR) + ( cd $(DESTDIR)$(LIBDIR); rm libopenh323.so ; ln -s $(OH323_FILE) libopenh323.so) -- cgit v1.2.3-65-gdbad