Date: Wed, 26 Feb 2014 13:37:15 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1514 - in trunk: mail/thunderbird/files www/firefox-esr/files www/libxul/files Message-ID: <201402261337.s1QDbFP2080312@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Feb 26 13:37:15 2014 New Revision: 1514 Log: oops, don't hide symbols from system libogg on esr24 as well Modified: trunk/mail/thunderbird/files/patch-zz-bug517422 trunk/www/firefox-esr/files/patch-zz-bug517422 trunk/www/libxul/files/patch-zz-bug517422 Modified: trunk/mail/thunderbird/files/patch-zz-bug517422 ============================================================================== --- trunk/mail/thunderbird/files/patch-zz-bug517422 Wed Feb 26 08:42:17 2014 (r1513) +++ trunk/mail/thunderbird/files/patch-zz-bug517422 Wed Feb 26 13:37:15 2014 (r1514) @@ -1,13 +1,14 @@ # Allow building against system-wide ogg/vorbis/opus. diff --git config/Makefile.in config/Makefile.in -index 5383399..67a1a20 100644 +index 5383399..4393ae8 100644 --- mozilla/config/Makefile.in +++ mozilla/config/Makefile.in -@@ -79,6 +79,8 @@ export:: $(export-preqs) +@@ -79,6 +79,9 @@ export:: $(export-preqs) -DMOZ_NATIVE_ICU=$(MOZ_NATIVE_ICU) \ -DMOZ_NATIVE_GRAPHITE2=$(MOZ_NATIVE_GRAPHITE2) \ -DMOZ_NATIVE_HARFBUZZ=$(MOZ_NATIVE_HARFBUZZ) \ ++ -DMOZ_NATIVE_OGG=$(MOZ_NATIVE_OGG) \ + -DMOZ_NATIVE_VORBIS=$(MOZ_NATIVE_VORBIS) \ + -DMOZ_NATIVE_OPUS=$(MOZ_NATIVE_OPUS) \ $(srcdir)/system-headers | $(PERL) $(topsrcdir)/nsprpub/config/make-system-wrappers.pl system_wrappers Modified: trunk/www/firefox-esr/files/patch-zz-bug517422 ============================================================================== --- trunk/www/firefox-esr/files/patch-zz-bug517422 Wed Feb 26 08:42:17 2014 (r1513) +++ trunk/www/firefox-esr/files/patch-zz-bug517422 Wed Feb 26 13:37:15 2014 (r1514) @@ -1,13 +1,14 @@ # Allow building against system-wide ogg/vorbis/opus. diff --git config/Makefile.in config/Makefile.in -index 5383399..67a1a20 100644 +index 5383399..4393ae8 100644 --- config/Makefile.in +++ config/Makefile.in -@@ -79,6 +79,8 @@ export:: $(export-preqs) +@@ -79,6 +79,9 @@ export:: $(export-preqs) -DMOZ_NATIVE_ICU=$(MOZ_NATIVE_ICU) \ -DMOZ_NATIVE_GRAPHITE2=$(MOZ_NATIVE_GRAPHITE2) \ -DMOZ_NATIVE_HARFBUZZ=$(MOZ_NATIVE_HARFBUZZ) \ ++ -DMOZ_NATIVE_OGG=$(MOZ_NATIVE_OGG) \ + -DMOZ_NATIVE_VORBIS=$(MOZ_NATIVE_VORBIS) \ + -DMOZ_NATIVE_OPUS=$(MOZ_NATIVE_OPUS) \ $(srcdir)/system-headers | $(PERL) $(topsrcdir)/nsprpub/config/make-system-wrappers.pl system_wrappers Modified: trunk/www/libxul/files/patch-zz-bug517422 ============================================================================== --- trunk/www/libxul/files/patch-zz-bug517422 Wed Feb 26 08:42:17 2014 (r1513) +++ trunk/www/libxul/files/patch-zz-bug517422 Wed Feb 26 13:37:15 2014 (r1514) @@ -1,13 +1,14 @@ # Allow building against system-wide ogg/vorbis/opus. diff --git config/Makefile.in config/Makefile.in -index 5383399..67a1a20 100644 +index 5383399..4393ae8 100644 --- config/Makefile.in +++ config/Makefile.in -@@ -79,6 +79,8 @@ export:: $(export-preqs) +@@ -79,6 +79,9 @@ export:: $(export-preqs) -DMOZ_NATIVE_ICU=$(MOZ_NATIVE_ICU) \ -DMOZ_NATIVE_GRAPHITE2=$(MOZ_NATIVE_GRAPHITE2) \ -DMOZ_NATIVE_HARFBUZZ=$(MOZ_NATIVE_HARFBUZZ) \ ++ -DMOZ_NATIVE_OGG=$(MOZ_NATIVE_OGG) \ + -DMOZ_NATIVE_VORBIS=$(MOZ_NATIVE_VORBIS) \ + -DMOZ_NATIVE_OPUS=$(MOZ_NATIVE_OPUS) \ $(srcdir)/system-headers | $(PERL) $(topsrcdir)/nsprpub/config/make-system-wrappers.pl system_wrappers
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402261337.s1QDbFP2080312>