diff options
author | rh <rh> | 2000-04-17 05:34:12 +0000 |
---|---|---|
committer | rh <rh> | 2000-04-17 05:34:12 +0000 |
commit | 912ebe7d2a5af97e61cf93a6507e13126aec0d44 (patch) | |
tree | baaedab73e28c28038765970ec8c37887610f9ca /devel/pth/patches | |
parent | 6d253511da608e2536bd49a1b7ad4dca1dbb34fa (diff) | |
download | pkgsrc-912ebe7d2a5af97e61cf93a6507e13126aec0d44.tar.gz |
Update pth to 1.3.4. Changes are a lot of back-ported bugfixes from the
Pth development branch.
Diffstat (limited to 'devel/pth/patches')
-rw-r--r-- | devel/pth/patches/patch-aa | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/devel/pth/patches/patch-aa b/devel/pth/patches/patch-aa index 66957323c0a..1c69a4628e0 100644 --- a/devel/pth/patches/patch-aa +++ b/devel/pth/patches/patch-aa @@ -1,13 +1,9 @@ -$NetBSD: patch-aa,v 1.11 2000/03/13 01:20:27 wiz Exp $ +$NetBSD: patch-aa,v 1.12 2000/04/17 05:34:13 rh Exp $ ---- Makefile.in.orig Mon Feb 28 17:19:49 2000 -+++ Makefile.in Mon Mar 13 01:53:46 2000 -@@ -53,10 +53,10 @@ - CC = @CC@ - CPPFLAGS = @CPPFLAGS@ -I. - CFLAGS = @CFLAGS@ --LDFLAGS = @LDFLAGS@ -L. -+LDFLAGS = @LDFLAGS@ +--- Makefile.in.orig Thu Mar 23 20:40:27 2000 ++++ Makefile.in Mon Apr 17 07:27:50 2000 +@@ -56,7 +56,7 @@ + LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ SHTOOL = $(srcdir)/shtool -LIBTOOL = $(C)libtool @@ -15,19 +11,20 @@ $NetBSD: patch-aa,v 1.11 2000/03/13 01:20:27 wiz Exp $ RM = rm -f RMDIR = rmdir TRUE = true -@@ -226,13 +226,13 @@ - $(SHTOOL) install -c -m 644 $(S)pth.3 $(mandir)/man3/pth.3 +@@ -227,14 +227,14 @@ $(SHTOOL) install -c -m 644 $(S)pth.m4 $(datadir)/aclocal/pth.m4 $(SHTOOL) install -c -m 644 pth.h $(includedir)/pth.h -- @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libpth.la $(libdir)/libpth.la -+ @$(LIBTOOL) --mode=install install -c -m 644 libpth.la $(libdir)/libpth.la + @umask 022; $(LIBTOOL) --mode=install \ +- $(SHTOOL) install -c libpth.la $(libdir)/libpth.la ++ install -c libpth.la $(libdir)/libpth.la install-pthread: $(SHTOOL) install -c -m 755 pthread-config $(bindir)/pthread-config $(SHTOOL) install -c -m 644 $(S)pthread-config.1 $(mandir)/man1/pthread-config.1 $(SHTOOL) install -c -m 644 pthread.h $(includedir)/pthread.h $(SHTOOL) install -c -m 644 $(S)pthread.3 $(mandir)/man3/pthread.3 -- @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libpthread.la $(libdir)/libpthread.la -+ @$(LIBTOOL) --mode=install install -c -m 644 libpthread.la $(libdir)/libpthread.la + @umask 022; $(LIBTOOL) --mode=install \ +- $(SHTOOL) install -c libpthread.la $(libdir)/libpthread.la ++ install -c libpthread.la $(libdir)/libpthread.la # uninstall the package uninstall: |