pkgsrc/archivers/gtar-base/patches/patch-ae

22 lines
583 B
Text
Raw Normal View History

$NetBSD: patch-ae,v 1.3 2001/12/27 21:50:57 agc Exp $
1999-09-18 16:52:32 +02:00
--- Makefile.in.orig Fri Apr 25 20:21:57 1997
+++ Makefile.in Thu Dec 27 16:28:31 2001
@@ -102,9 +102,15 @@
1999-09-18 16:52:32 +02:00
AUTOMAKE_OPTIONS = gnits dist-shar
+OPSYS!= uname -s
+
1999-09-18 16:52:32 +02:00
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
1999-09-18 16:52:32 +02:00
+SUBDIRS = lib intl src scripts po tests
+.endif
1999-09-18 16:52:32 +02:00
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
CONFIG_HEADER_IN = config.h.in
CONFIG_HEADER_FULL = config.h