summaryrefslogtreecommitdiff
path: root/irc/unreal/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'irc/unreal/files/patch-configure')
-rw-r--r--irc/unreal/files/patch-configure20
1 files changed, 0 insertions, 20 deletions
diff --git a/irc/unreal/files/patch-configure b/irc/unreal/files/patch-configure
deleted file mode 100644
index 380794605cc2..000000000000
--- a/irc/unreal/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure 2014-02-27 14:03:45.132445608 +0100
-+++ configure 2014-02-27 14:03:05.502448091 +0100
-@@ -6356,7 +6356,7 @@
-
-
- hold_cflags=$CFLAGS
--CFLAGS="$CFLAGS -export-dynamic"
-+CFLAGS="$CFLAGS -Wl,-export-dynamic"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we need the -export-dynamic flag" >&5
- $as_echo_n "checking if we need the -export-dynamic flag... " >&6; }
- if ${ac_cv_export_dynamic+:} false; then :
-@@ -6395,7 +6395,7 @@
- else
-
- if test "$ac_cv_c_compiler_gnu" = "yes"; then
-- ac_cv_pic="-fPIC -DPIC -shared"
-+ ac_cv_pic="-std=gnu89 -fPIC -DPIC -shared"
- case `uname -s` in
- Darwin*)
- ac_cv_pic="-bundle -flat_namespace -undefined suppress"