forked from Lainports/freebsd-ports
structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
72 lines
2.6 KiB
Text
72 lines
2.6 KiB
Text
--- configure.orig Mon May 9 16:11:35 2005
|
|
+++ configure Mon May 9 16:13:00 2005
|
|
@@ -37743,7 +37743,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/usr/local/lib -ldjbfft -lm" && xlibs="$xlibs $l" ;;
|
|
*) xlf="$xlf $l" ;;
|
|
esac
|
|
done
|
|
@@ -37759,13 +37759,13 @@
|
|
if test x"a52" != x"none" ; then
|
|
save_LDFLAGS="$LDFLAGS"
|
|
LDFLAGS="$LDFLAGS $a52_ll"
|
|
- echo "$as_me:$LINENO: checking for a52_init in -la52" >&5
|
|
-echo $ECHO_N "checking for a52_init in -la52... $ECHO_C" >&6
|
|
+ echo "$as_me:$LINENO: checking for a52_init in -la52 -L/usr/local/lib -ldjbfft -lm" >&5
|
|
+echo $ECHO_N "checking for a52_init in -la52 -L/usr/local/lib -ldjbfft -lm... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_a52_a52_init+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-la52 $A52_EXTRA_LIBS $LIBS"
|
|
+LIBS="-la52 -L/usr/local/lib -ldjbfft -lm $A52_EXTRA_LIBS $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
_ACEOF
|
|
@@ -37824,7 +37824,7 @@
|
|
echo "$as_me:$LINENO: result: $ac_cv_lib_a52_a52_init" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_a52_a52_init" >&6
|
|
if test $ac_cv_lib_a52_a52_init = yes; then
|
|
- A52_LIBS="$a52_ll -la52 $A52_EXTRA_LIBS"
|
|
+ A52_LIBS="$a52_ll -la52 -L/usr/local/lib -ldjbfft -lm $A52_EXTRA_LIBS"
|
|
else
|
|
|
|
tc_pkg_err="yes"
|
|
@@ -41429,7 +41429,7 @@
|
|
for l in $gtk_ll ; do
|
|
case $l in
|
|
-L*) lpaths="$lpaths $l" ;;
|
|
- -l*) test x"$l" != x"-lgtk" && xlibs="$xlibs $l" ;;
|
|
+ -l*) test x"$l" != x"-lgtk-12" && xlibs="$xlibs $l" ;;
|
|
*) xlf="$xlf $l" ;;
|
|
esac
|
|
done
|
|
@@ -41445,13 +41445,13 @@
|
|
if test x"gtk" != x"none" ; then
|
|
save_LDFLAGS="$LDFLAGS"
|
|
LDFLAGS="$LDFLAGS $gtk_ll"
|
|
- echo "$as_me:$LINENO: checking for gtk_init in -lgtk" >&5
|
|
-echo $ECHO_N "checking for gtk_init in -lgtk... $ECHO_C" >&6
|
|
+ echo "$as_me:$LINENO: checking for gtk_init in -lgtk-12" >&5
|
|
+echo $ECHO_N "checking for gtk_init in -lgtk-12... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_gtk_gtk_init+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lgtk $GTK_EXTRA_LIBS $LIBS"
|
|
+LIBS="-lgtk-12 $GTK_EXTRA_LIBS $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
_ACEOF
|
|
@@ -41510,7 +41510,7 @@
|
|
echo "$as_me:$LINENO: result: $ac_cv_lib_gtk_gtk_init" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_gtk_gtk_init" >&6
|
|
if test $ac_cv_lib_gtk_gtk_init = yes; then
|
|
- GTK_LIBS="$gtk_ll -lgtk $GTK_EXTRA_LIBS"
|
|
+ GTK_LIBS="$gtk_ll -lgtk-12 $GTK_EXTRA_LIBS"
|
|
else
|
|
|
|
tc_pkg_err="yes"
|