mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
15 lines
485 B
Plaintext
15 lines
485 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2004/05/29 01:03:37 xtraeme Exp $
|
|
|
|
--- configure.orig 2003-06-07 00:19:10.000000000 +0200
|
|
+++ configure 2003-11-04 19:12:24.000000000 +0100
|
|
@@ -5183,6 +5183,9 @@
|
|
esac
|
|
|
|
case $host_os in
|
|
+ netbsd*)
|
|
+ # No, relying on __unix__ is not portable. Bad Practice(TM) detected.
|
|
+ CFLAGS="-D__unix__";;
|
|
cygwin)
|
|
{ echo "$as_me:$LINENO: WARNING: Cygwin found, setting -mno-cygwin" >&5
|
|
echo "$as_me: WARNING: Cygwin found, setting -mno-cygwin" >&2;}
|