diff options
author | 2020-04-13 20:23:49 +0200 | |
---|---|---|
committer | 2020-04-13 20:23:49 +0200 | |
commit | 5f4b367799f0fc945ff6399b985755088abe02b4 (patch) | |
tree | 46573daa34b83d97e7576964217e349ce7da774d /dev-tcltk/tkimg/files/tkimg-1.4.9-fno-common.patch | |
parent | sci-mathematics/gfan: remove old "unused" version and patches. (diff) | |
download | gentoo-5f4b367799f0fc945ff6399b985755088abe02b4.tar.gz gentoo-5f4b367799f0fc945ff6399b985755088abe02b4.tar.bz2 gentoo-5f4b367799f0fc945ff6399b985755088abe02b4.zip |
dev-tcltk/tkimg: build with fno-common
Closes: https://bugs.gentoo.org/706838
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk/tkimg/files/tkimg-1.4.9-fno-common.patch')
-rw-r--r-- | dev-tcltk/tkimg/files/tkimg-1.4.9-fno-common.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-tcltk/tkimg/files/tkimg-1.4.9-fno-common.patch b/dev-tcltk/tkimg/files/tkimg-1.4.9-fno-common.patch new file mode 100644 index 00000000000..307dfe31437 --- /dev/null +++ b/dev-tcltk/tkimg/files/tkimg-1.4.9-fno-common.patch @@ -0,0 +1,11 @@ +--- a/libpng/pngtclDecls.h 2020-04-13 20:16:18.542559383 +0200 ++++ b/libpng/pngtclDecls.h 2020-04-13 20:16:33.921314336 +0200 +@@ -1369,6 +1369,8 @@ + + #ifdef __cplusplus + extern "C" { ++#else ++extern + #endif + PNG_IMPEXP const PngtclStubs *pngtclStubsPtr; + #ifdef __cplusplus |