summaryrefslogtreecommitdiff
path: root/irc/unreal/files
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-08-01 11:39:56 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-08-01 11:39:56 +0000
commitb64206b6bb3b29a6b1f82d20045ee40c6fbe1221 (patch)
treec724a178b15908cf6af796e874037a02c0319f6d /irc/unreal/files
parentPlexpass users are also supposed to get access to 0.9.9.13.525 (diff)
Update to 3.2.10.4.
PR: 192255 Submitted by: Ryan Frederick Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=363695
Diffstat (limited to 'irc/unreal/files')
-rw-r--r--irc/unreal/files/patch-configure20
-rw-r--r--irc/unreal/files/patch-configure.ac20
2 files changed, 0 insertions, 40 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"
diff --git a/irc/unreal/files/patch-configure.ac b/irc/unreal/files/patch-configure.ac
deleted file mode 100644
index c7b3f44e17fb..000000000000
--- a/irc/unreal/files/patch-configure.ac
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.ac 2013-11-24 20:24:26.000000000 +0100
-+++ configure.ac 2014-02-27 14:02:58.916469490 +0100
-@@ -107,7 +107,7 @@
- ])])
-
- hold_cflags=$CFLAGS
--CFLAGS="$CFLAGS -export-dynamic"
-+CFLAGS="$CFLAGS -Wl,-export-dynamic"
- AC_CACHE_CHECK(if we need the -export-dynamic flag, ac_cv_export_dynamic, [
- AC_TRY_LINK(, [int i];, ac_cv_export_dynamic=yes, ac_cv_export_dynamic=no)])
- if test "$ac_cv_export_dynamic" = "no"; then
-@@ -116,7 +116,7 @@
-
- AC_CACHE_CHECK(for compiler option to produce PIC,ac_cv_pic,[
- if test "$ac_cv_prog_gcc" = "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"