mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -04:00
Changes: Update the video stabilization plugins to version 0.80. Speed boost. PR: ports/163417 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Feature safe: yes
20 lines
733 B
Text
20 lines
733 B
Text
--- configure.orig 2011-11-19 11:50:37.000000000 -0500
|
|
+++ configure 2011-12-11 13:11:48.000000000 -0500
|
|
@@ -26196,7 +26196,7 @@
|
|
for l in $a52_ll ; do
|
|
case $l in
|
|
-L*) lpaths="$lpaths $l" ;;
|
|
- -l*) test x"$l" != x"-la52" && xlibs="$xlibs $l" ;;
|
|
+ -l*) test x"$l" != x"-la52 -L%%LOCALBASE%%/lib -lm" && xlibs="$xlibs $l" ;;
|
|
*) xlf="$xlf $l" ;;
|
|
esac
|
|
done
|
|
@@ -26249,7 +26249,7 @@
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_a52_a52_init" >&5
|
|
$as_echo "$ac_cv_lib_a52_a52_init" >&6; }
|
|
if test "x$ac_cv_lib_a52_a52_init" = xyes; then :
|
|
- A52_LIBS="$a52_ll -la52 $A52_EXTRA_LIBS"
|
|
+ A52_LIBS="$a52_ll -la52 -L%%LOCALBASE%%/lib -lm $A52_EXTRA_LIBS"
|
|
else
|
|
|
|
this_pkg_err="yes"
|