blob: 0b0f5135b85c4e9c5667471a89034b86df27bbd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.11 2012/09/13 15:50:08 jperkin Exp $
The variable name is self-explanatory :)
--- util/cairo-missing/getline.c.orig Thu Sep 13 15:45:55 2012
+++ util/cairo-missing/getline.c Thu Sep 13 15:46:18 2012
@@ -87,4 +87,6 @@
return ret;
}
#undef GETLINE_BUFFER_SIZE
+#else
+int solaris_ld_requires_at_least_one_symbol = 0;
#endif
|