mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Update to 3.2.10.4.
PR: 192255 Submitted by: Ryan Frederick Sponsored by: Absolight
This commit is contained in:
parent
873f3348a5
commit
b64206b6bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363695
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Unreal
|
||||
PORTVERSION= 3.2.10.3
|
||||
PORTVERSION= 3.2.10.4
|
||||
CATEGORIES= irc ipv6
|
||||
MASTER_SITES= http://www.unrealircd.com/downloads/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Unreal3.2.10.3.tar.gz) = 46049d1f1acfa5dc61f5c2923d829627f46c04c9791cb8364751f27268c795da
|
||||
SIZE (Unreal3.2.10.3.tar.gz) = 3524777
|
||||
SHA256 (Unreal3.2.10.4.tar.gz) = 5041b67745d0bd2072cf9b74c07853085b8b5b07330263f0986bdc56eda98aa8
|
||||
SIZE (Unreal3.2.10.4.tar.gz) = 3540227
|
||||
|
@ -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"
|
@ -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"
|
Loading…
Reference in New Issue
Block a user