mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
c2db507c27
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
14 lines
347 B
Diff
14 lines
347 B
Diff
* At least the Darwin linker doesn't like double symbols during the
|
|
final linking stage...
|
|
|
|
--- a/jpeg/jpegconf.h
|
|
+++ b/jpeg/jpegconf.h
|
|
@@ -27,6 +27,6 @@
|
|
# pragma warning(disable : 4244)
|
|
# pragma warning(disable : 4142)
|
|
#else
|
|
-# define JPEGEXPORT
|
|
-# define FPXEXPORT
|
|
+# define JPEGEXPORT extern
|
|
+# define FPXEXPORT extern
|
|
#endif
|