summaryrefslogtreecommitdiff
path: root/devel/pth-current/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pth-current/patches/patch-aa')
-rw-r--r--devel/pth-current/patches/patch-aa24
1 files changed, 12 insertions, 12 deletions
diff --git a/devel/pth-current/patches/patch-aa b/devel/pth-current/patches/patch-aa
index b39f48e7eaf..ea964800572 100644
--- a/devel/pth-current/patches/patch-aa
+++ b/devel/pth-current/patches/patch-aa
@@ -1,31 +1,31 @@
-$NetBSD: patch-aa,v 1.2 1999/08/22 18:50:06 rh Exp $
+$NetBSD: patch-aa,v 1.3 2000/01/06 04:18:39 wiz Exp $
---- Makefile.in.orig Sat Aug 7 15:47:42 1999
-+++ Makefile.in Thu Aug 12 19:46:39 1999
-@@ -45,10 +45,10 @@
- SHELL = /bin/sh
+--- Makefile.in.orig Thu Dec 30 22:57:25 1999
++++ Makefile.in Thu Jan 6 04:53:19 2000
+@@ -53,10 +53,10 @@
CC = @CC@
- CFLAGS = @CFLAGS@ -I.
+ CPPFLAGS = @CPPFLAGS@ -I.
+ CFLAGS = @CFLAGS@
-LDFLAGS = @LDFLAGS@ -L.
+LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
SHTOOL = $(srcdir)/shtool
--LIBTOOL = $(srcdir)/libtool
+-LIBTOOL = $(C)libtool
+LIBTOOL = @LIBTOOL@
RM = rm -f
RMDIR = rmdir
TRUE = true
-@@ -202,13 +202,13 @@
- $(SHTOOL) install -c -m 644 pth-config.1 $(mandir)/man1/pth-config.1
- $(SHTOOL) install -c -m 644 pth.3 $(mandir)/man3/pth.3
+@@ -226,13 +226,13 @@
+ $(SHTOOL) install -c -m 644 $(S)pth.3 $(mandir)/man3/pth.3
+ $(SHTOOL) install -c -m 644 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
install-pthread:
$(SHTOOL) install -c -m 755 pthread-config $(bindir)/pthread-config
- $(SHTOOL) install -c -m 644 pthread-config.1 $(mandir)/man1/pthread-config.1
+ $(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 pthread.3 $(mandir)/man3/pthread.3
+ $(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