summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/mono/files/mono-1.2.4-pic.patch')
-rw-r--r--dev-lang/mono/files/mono-1.2.4-pic.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-lang/mono/files/mono-1.2.4-pic.patch b/dev-lang/mono/files/mono-1.2.4-pic.patch
deleted file mode 100644
index d1ad73997016..000000000000
--- a/dev-lang/mono/files/mono-1.2.4-pic.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- mono/utils/mono-compiler.h.orig 2007-02-06 09:17:09.000000000 +0100
-+++ mono/utils/mono-compiler.h 2007-02-06 09:56:15.000000000 +0100
-@@ -1,5 +1,15 @@
- #ifndef __UTILS_MONO_COMPILER_H__
- #define __UTILS_MONO_COMPILER_H__
-+
-+#if defined(__PIC__) && !defined(PIC)
-+/*
-+ * Must be compiling -fPIE, for executables. Build PIC
-+ * but with initial-exec.
-+ */
-+# define PIC
-+# define PIC_INITIAL_EXEC
-+#endif
-+
- /*
- * This file includes macros used in the runtime to encapsulate different
- * compiler behaviours.