pkgsrc/devel/stlport/patches/patch-ah
jlam efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00

12 lines
542 B
Text

$NetBSD: patch-ah,v 1.3 2002/08/25 19:22:41 jlam Exp $
--- stlport/stl/_config.h.orig Sat Nov 10 19:51:04 2001
+++ stlport/stl/_config.h Sat Nov 10 19:51:28 2001
@@ -174,7 +174,7 @@
# endif
/* Operating system recognition (basic) */
-# if defined (__unix) || defined (__linux__) || defined (__QNX__) || defined (_AIX)
+# if defined (__unix) || defined (__linux__) || defined (__QNX__) || defined (_AIX) || defined(__NetBSD__)
# define __STL_UNIX 1
# if defined (__linux__) && ! defined (__STL_USE_GLIBC)
# define __STL_USE_GLIBC 1