diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-05-27 23:58:42 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-05-27 23:58:42 +0000 |
commit | 9fec22bd7273aa658149e8d79c92c5b00dce78b9 (patch) | |
tree | 0c52dec2d95b3103a13e2f7f4f8e39eb93aff849 /irc/unreal/files/patch-configure | |
parent | Upgrade to 0.07040 and take over maintainership. (diff) |
- Fix runtime when built with clang [1] [2]
- Support stage [3]
- Switch to options helpers
- Update patches, and rename them to follow makepatch naming
maintainer timeout [1] [2] [3]
-> take over maintainership
PR: ports/184150 [1], ports/187117 [2], ports/189615 [3]
Submitted by: Ryan Frederick [1], Jean-Sébastien Pédron [2], Ryan Frederick [3]
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=355584
Diffstat (limited to 'irc/unreal/files/patch-configure')
-rw-r--r-- | irc/unreal/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/irc/unreal/files/patch-configure b/irc/unreal/files/patch-configure new file mode 100644 index 000000000000..380794605cc2 --- /dev/null +++ b/irc/unreal/files/patch-configure @@ -0,0 +1,20 @@ +--- 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" |