You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lang/pcc/files/pcc-1.1.0-multiarch.patch

12 lines
305 B

--- a/cc/cc/cc.c
+++ b/cc/cc/cc.c
@@ -206,7 +206,7 @@
#define PCCLIBDIR NULL
#endif
#ifndef DEFLIBDIRS /* default library search paths */
-#ifdef MULTIARCH_PATH
+#ifndef MULTIARCH_PATH
#define DEFLIBDIRS { "/usr/lib/", 0 }
#else
#define DEFLIBDIRS { "/usr/lib/", "/usr/lib/" MULTIARCH_PATH "/", 0 }