diff options
author | danw <danw> | 2004-10-02 14:52:08 +0000 |
---|---|---|
committer | danw <danw> | 2004-10-02 14:52:08 +0000 |
commit | 56d1317ddd6c3e70141b1e407f7f87ba8bd9ca79 (patch) | |
tree | 1b765f8d36872e8f255644082829f4f37dbf2a5b /archivers/gtar-base/patches | |
parent | 83298f025c2fa0174d9eb7fde896633ce7c9ede0 (diff) | |
download | pkgsrc-56d1317ddd6c3e70141b1e407f7f87ba8bd9ca79.tar.gz |
remove a really really crufty darwin patch noticed by wiz. (the
package doesn't currently build on darwin with or without the patch,
but darwin has gtar in the base OS anyway.)
Diffstat (limited to 'archivers/gtar-base/patches')
-rw-r--r-- | archivers/gtar-base/patches/patch-ae | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/archivers/gtar-base/patches/patch-ae b/archivers/gtar-base/patches/patch-ae deleted file mode 100644 index 50dfc2bcddf..00000000000 --- a/archivers/gtar-base/patches/patch-ae +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ae,v 1.5 2004/09/27 16:12:04 wiz Exp $ - ---- Makefile.in.orig 2004-05-11 10:13:22.000000000 +0200 -+++ Makefile.in -@@ -229,7 +229,12 @@ sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - ACLOCAL_AMFLAGS = -I m4 - EXTRA_DIST = ChangeLog.1 PORTS --SUBDIRS = doc lib src scripts po tests -+OPSYS!= uname -s -+.if ${OPSYS} == "Darwin" -+SUBDIRS = lib src scripts tests -+.else -+SUBDIRS = lib src scripts po tests -+.endif - all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive - |