pkgsrc/cross/mingw-gcc/patches/patch-ab
asau e416b2f4ae Import MinGW packages into "cross" category. From pkgsrc-wip project.
MinGW, a contraction of "Minimalist GNU for Windows," is a port
of the GNU Compiler Collection (GCC), and GNU Binutils, for use
in the development of native Microsoft Windows applications.
2010-03-15 18:34:36 +00:00

13 lines
304 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2010/03/15 18:34:39 asau Exp $
--- libiberty/physmem.c.orig 2003-12-01 04:42:16.000000000 +0100
+++ libiberty/physmem.c 2003-12-01 04:42:28.000000000 +0100
@@ -48,7 +48,7 @@
# include <sys/param.h>
#endif
-#if HAVE_SYS_SYSCTL_H
+#if 0
# include <sys/sysctl.h>
#endif