mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
11 lines
326 B
C
11 lines
326 B
C
--- src/HeadMMX.h.orig 2000-12-06 04:55:28 UTC
|
|
+++ src/HeadMMX.h
|
|
@@ -51,7 +51,7 @@ void ConvertMMXp32_16RGB555();
|
|
|
|
/* Fix the underscore business with ELF compilers */
|
|
|
|
-#if defined(__ELF__) && defined(__GNUC__)
|
|
+#if defined(__ELF__) && defined(__GNUC__) && __GNUC__ < 4
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|