mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
Fix the build with -fno-common (default with llvm 11) While here, remove a useless REINPLACE_CMD. MFH: 2020Q3
11 lines
461 B
C
11 lines
461 B
C
--- gamut/gamut.h.orig 2020-08-19 11:32:00 UTC
|
|
+++ gamut/gamut.h
|
|
@@ -36,7 +36,7 @@
|
|
#define MAXGAMN 10 /* Maximum gamut point neighbors returned */
|
|
#define NSLOTS 6 /* Number of maximum direction slots */
|
|
|
|
-struct _vrml *wrl; /* Declared in vrml.h, which may be #included after this */
|
|
+extern struct _vrml *wrl; /* Declared in vrml.h, which may be #included after this */
|
|
|
|
/* ------------------------------------ */
|
|
#define NODE_STRUCT \
|