diff options
Diffstat (limited to 'archivers/gtar-base/patches/patch-ae')
-rw-r--r-- | archivers/gtar-base/patches/patch-ae | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/archivers/gtar-base/patches/patch-ae b/archivers/gtar-base/patches/patch-ae index 78f93e53f18..cfa2d83fae4 100644 --- a/archivers/gtar-base/patches/patch-ae +++ b/archivers/gtar-base/patches/patch-ae @@ -1,13 +1,21 @@ -$NetBSD: patch-ae,v 1.2 1999/09/18 14:52:32 kim Exp $ +$NetBSD: patch-ae,v 1.3 2001/12/27 21:50:57 agc Exp $ ---- Makefile.in.orig Fri Apr 25 20:21:38 1997 -+++ Makefile.in Fri Sep 17 22:46:37 1999 -@@ -104,7 +104,7 @@ +--- Makefile.in.orig Fri Apr 25 20:21:57 1997 ++++ Makefile.in Thu Dec 27 16:28:31 2001 +@@ -102,9 +102,15 @@ + AUTOMAKE_OPTIONS = gnits dist-shar + ++OPSYS!= uname -s ++ BABYL = rmail/* admin/*/RMAIL EXTRA_DIST = AC-PATCHES AM-PATCHES BI-PATCHES PORTS rebox.el -SUBDIRS = doc lib intl src scripts po tests ++.if ${OPSYS} == "Darwin" ++SUBDIRS = lib intl src scripts tests ++.else +SUBDIRS = lib intl src scripts po tests ++.endif ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 CONFIG_HEADER_IN = config.h.in CONFIG_HEADER_FULL = config.h |