Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -0,0 +1,14 @@
$NetBSD: patch-src_include_GraphicsBase.h,v 1.1 2015/05/26 13:38:20 jperkin Exp $
Fix symbol visibility.
--- src/include/GraphicsBase.h.orig 2015-03-18 23:02:13.000000000 +0000
+++ src/include/GraphicsBase.h
@@ -41,6 +41,6 @@ void unregisterBase(void); /* used in de
void Rf_setBaseDevice(Rboolean val, pGEDevDesc dd); /* used in graphics.c */
-int baseRegisterIndex;
+extern int baseRegisterIndex;
#endif /* R_GRAPHICSBASE_ */