CVS log for ports/audio/faac/files/patch-configure.in
Up to [FreeBSD] / ports / audio / faac / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Mar 18 09:44:41 2011 UTC (10 months, 3 weeks ago) by miwi
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +9 -3 lines
1. fix portlint complaint about incorrect whitespace in CONFIGURE_ARGS
assignment
2. instead of unconditionally setting LIBS in CONFIGURE_ENV use automake logc
to correctly set library dependencies for the case when external libmp4v2
is used
Fix #2 also fixes build with non-base gcc: configure stage would pass LIBS
to all invocations of gcc and linking would fail because libmp4v2 is a C++
library, but non-base gcc (as opposed to g++) doesn't know where to look
for the correct libstdc++.
PR: 149765
Submitted by: Andriy Gapon <avg@icyb.net.ua>
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Aug 11 20:58:02 2010 UTC (18 months ago) by makc
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +9 -4 lines
Chase multimedia/mp4v2 update. PR: ports/148643 Submitted by: Christopher Key <cjk32 at cam.ac.uk>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Aug 24 23:34:20 2006 UTC (5 years, 5 months ago) by ahze
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
- Update to 1.25
