summaryrefslogtreecommitdiff
path: root/mk/tools/tools.SunOS.mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-12-14 03:17:25 +0000
committerjoerg <joerg@pkgsrc.org>2011-12-14 03:17:25 +0000
commitc58d4ddea5807664b42919a8aa43453cd6cda353 (patch)
tree9e2e7c5361beec4b1802d8d1ea60321e1af3b037 /mk/tools/tools.SunOS.mk
parentf3a82c38d53961e7e2512d42be38309de1ea55c6 (diff)
downloadpkgsrc-c58d4ddea5807664b42919a8aa43453cd6cda353.tar.gz
Don't pick up GNU patch on Darwin, Linux and SunOS. It has a number of
restrictions including line length, asymmetric context and interaction with read-only patches. It is just not worth the trouble.
Diffstat (limited to 'mk/tools/tools.SunOS.mk')
-rw-r--r--mk/tools/tools.SunOS.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/tools/tools.SunOS.mk b/mk/tools/tools.SunOS.mk
index bc4bc10fe01..e62206dd53d 100644
--- a/mk/tools/tools.SunOS.mk
+++ b/mk/tools/tools.SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.SunOS.mk,v 1.35 2011/10/04 13:08:42 hans Exp $
+# $NetBSD: tools.SunOS.mk,v 1.36 2011/12/14 03:17:25 joerg Exp $
#
# System-supplied tools for the Solaris operating system.
#
@@ -153,10 +153,10 @@ TOOLS_PLATFORM.nroff?= /usr/bin/gnroff
.if exists(/usr/bin/openssl)
TOOLS_PLATFORM.openssl?= /usr/bin/openssl
.endif
-.if exists(/usr/bin/gpatch)
-TOOLS_PLATFORM.gpatch?= /usr/bin/gpatch
-TOOLS_PLATFORM.patch?= /usr/bin/gpatch
-.endif
+# Don't use GNU patch
+#TOOLS_PLATFORM.gpatch?= /usr/bin/gpatch
+#TOOLS_PLATFORM.patch?= /usr/bin/gpatch
+
#.if exists(/usr/bin/perl)
#TOOLS_PLATFORM.perl?= /usr/bin/perl
#TOOLS_PLATFORM.pod2man?= /usr/perl5/bin/pod2man