mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 14:00:45 -04:00
23 lines
569 B
Plaintext
23 lines
569 B
Plaintext
$NetBSD: patch-ag,v 1.5 2015/06/12 13:58:07 jperkin Exp $
|
|
|
|
Match x86 SunOS platforms correctly.
|
|
Remove os_solaris=yes to avoid special man page section handling (PR 38199).
|
|
|
|
--- configure.orig 2014-07-26 09:50:18.000000000 +0000
|
|
+++ configure
|
|
@@ -6569,13 +6569,11 @@ fi
|
|
sparc-*-solaris*)
|
|
os_deps='os_solaris.o os_solaris_ata.o'
|
|
os_mailer='mailx'
|
|
- os_solaris=yes
|
|
os_man_filter=Solaris
|
|
;;
|
|
- *-pc-solaris*)
|
|
+ *-solaris*)
|
|
os_deps='os_solaris.o'
|
|
os_mailer='mailx'
|
|
- os_solaris=yes
|
|
os_man_filter=Solaris
|
|
;;
|
|
*-*-netbsd*)
|