diff options
author | Florian Smeets <flo@FreeBSD.org> | 2011-06-28 16:42:58 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2011-06-28 16:42:58 +0000 |
commit | c1e827f9553bb9a04f04f3384369a146e65b0cb3 (patch) | |
tree | 68126e954d7beb6d54c708c9e6a99e2abdc9673f /www/firefox-esr/files/patch-configure.in | |
parent | - disable debug symbols for the gecko ports and enable striping of (diff) |
- enable the use of ASM code in libjpeg-turbo [1]
- make plugin-container work with custom LD_LIBRARY_PATH [2]
Do not bump PORTREVISION as firefox package was not buildable due to size
constraints before my last bsd.gecko.mk commit.
PR: ports/158371 [1]
Submitted by: Pan Tsu <inyaoo@gmail.com> [1]
kmoore [2]
Obtained from: mozilla bugtracker [2]
Diffstat (limited to 'www/firefox-esr/files/patch-configure.in')
-rw-r--r-- | www/firefox-esr/files/patch-configure.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/firefox-esr/files/patch-configure.in b/www/firefox-esr/files/patch-configure.in index d36a535358ab..103defe63c68 100644 --- a/www/firefox-esr/files/patch-configure.in +++ b/www/firefox-esr/files/patch-configure.in @@ -69,3 +69,18 @@ SunOS:x86) VPX_ASFLAGS="-f elf32 -rnasm -pnasm" VPX_X86_ASM=1 +@@ -6392,6 +6402,14 @@ if test -n "$MOZ_LIBJPEG_TURBO"; then + LIBJPEG_TURBO_ASFLAGS="-f elf64 -rnasm -pnasm -D__x86_64__ -DPIC -DELF" + LIBJPEG_TURBO_X64_ASM=1 + ;; ++ FreeBSD:i386) ++ LIBJPEG_TURBO_ASFLAGS="-f elf32 -rnasm -pnasm -DPIC -DELF" ++ LIBJPEG_TURBO_X86_ASM=1 ++ ;; ++ FreeBSD:amd64) ++ LIBJPEG_TURBO_ASFLAGS="-f elf64 -rnasm -pnasm -D__x86_64__ -DPIC -DELF" ++ LIBJPEG_TURBO_X64_ASM=1 ++ ;; + SunOS:i?86) + LIBJPEG_TURBO_ASFLAGS="-f elf32 -rnasm -pnasm -DPIC -DELF" + LIBJPEG_TURBO_X86_ASM=1 |