diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2018-07-29 16:42:39 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2018-07-29 16:42:39 +0000 |
commit | 2609843e437dec0ee62cc39851727f8918661cc3 (patch) | |
tree | f9eebb6ed4af06ca76c6504af5f7602b74a9fe5d /lang/yap/files/patch-configure | |
parent | Metasploit database requires rubygem-pg version 0.2x (diff) |
- Remove gcc dependency on i386
- Use options helpers to install DOCS
PR: 222963
Submitted by: tobik
Reported by: jbeich
Notes
Notes:
svn path=/head/; revision=475663
Diffstat (limited to '')
-rw-r--r-- | lang/yap/files/patch-configure | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/lang/yap/files/patch-configure b/lang/yap/files/patch-configure index 6011f2ffdac8..8eb01ee400ed 100644 --- a/lang/yap/files/patch-configure +++ b/lang/yap/files/patch-configure @@ -3,7 +3,7 @@ https://sourceforge.net/p/yap/yap-6.3/ci/da61f1c31fed --- configure.orig 2011-10-23 22:11:24 UTC +++ configure -@@ -4397,7 +4397,7 @@ then +@@ -4397,13 +4397,9 @@ then C_PARSER_FLAGS="-O3 -Wall -Wstrict-prototypes -Wmissing-prototypes $CFLAGS" CFLAGS="-O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes $CFLAGS" case "`$CC --version < /dev/null`" in @@ -11,15 +11,21 @@ https://sourceforge.net/p/yap/yap-6.3/ci/da61f1c31fed + gcc-3.4*) CFLAGS="-fno-gcse -fno-crossjumping $CFLAGS" ;; esac case "$target_cpu" in - i*86*) -@@ -4434,10 +4434,6 @@ then +- i*86*) +- CFLAGS="-DBP_FREE $CFLAGS" +- CXXFLAGS="-DBP_FREE $CXXFLAGS" +- ;; + sparc*) + case "$target_os" in + *solaris2-9*) CFLAGS="-mno-app-regs -DOPTIMISE_ALL_REGS_FOR_SPARC=1 $CFLAGS" +@@ -4433,10 +4429,6 @@ then + i486*) CFLAGS="-march=i486 $CFLAGS" CXXFLAGS="-march=i486 $CXXFLAGS" - ;; +- ;; - i386*) - CFLAGS="-march=i386 $CFLAGS" - CXXFLAGS="-march=i386 $CXXFLAGS" -- ;; + ;; esac fi - fi |