diff options
Diffstat (limited to 'devel/pth-syscall/patches/patch-aa')
-rw-r--r-- | devel/pth-syscall/patches/patch-aa | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/devel/pth-syscall/patches/patch-aa b/devel/pth-syscall/patches/patch-aa new file mode 100644 index 00000000000..d59bb5f1d78 --- /dev/null +++ b/devel/pth-syscall/patches/patch-aa @@ -0,0 +1,30 @@ +$NetBSD: patch-aa,v 1.1 2002/05/29 08:19:59 skrll Exp $ + +--- Makefile.in.orig Thu Apr 5 10:27:27 2001 ++++ Makefile.in +@@ -59,7 +59,7 @@ + MKFLAGS = $(MFLAGS) DESTDIR=$(DESTDIR) + LIBS = @LIBS@ + SHTOOL = $(srcdir)/shtool +-LIBTOOL = $(C)libtool ++LIBTOOL = @LIBTOOL@ + RM = rm -f + RMDIR = rmdir + TRUE = true +@@ -232,14 +232,14 @@ + $(SHTOOL) install -c -m 644 $(S)pth.m4 $(DESTDIR)$(datadir)/aclocal/pth.m4 + $(SHTOOL) install -c -m 644 pth.h $(DESTDIR)$(includedir)/pth.h + @umask 022; $(LIBTOOL) --mode=install \ +- $(SHTOOL) install -c libpth.la $(DESTDIR)$(libdir)/libpth.la ++ install -c libpth.la $(DESTDIR)$(libdir)/libpth.la + install-pthread: + $(SHTOOL) install -c -m 755 pthread-config $(DESTDIR)$(bindir)/pthread-config + $(SHTOOL) install -c -m 644 $(S)pthread-config.1 $(DESTDIR)$(mandir)/man1/pthread-config.1 + $(SHTOOL) install -c -m 644 pthread.h $(DESTDIR)$(includedir)/pthread.h + $(SHTOOL) install -c -m 644 $(S)pthread.3 $(DESTDIR)$(mandir)/man3/pthread.3 + @umask 022; $(LIBTOOL) --mode=install \ +- $(SHTOOL) install -c libpthread.la $(DESTDIR)$(libdir)/libpthread.la ++ install -c libpthread.la $(DESTDIR)$(libdir)/libpthread.la + + # uninstall the package + uninstall: |