freebsd-ports/accessibility/speech-dispatcher/files/patch-configure
Alberto Villa 44a39c2e65 - Upgrade to 0.7.
- Remove rc.d script and pkg-message.
- Add LICENSE.
- Use bsd.port.options.mk.

Approved by:	tabthorpe (mentor)
2010-08-31 14:23:10 +00:00

44 lines
1.2 KiB
Text

--- configure.orig 2010-08-25 02:22:44.937559878 +0200
+++ configure 2010-08-25 02:23:12.962288324 +0200
@@ -10761,41 +10761,6 @@
echo "*** Required math library missing! See INSTALL .";exit 1
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ldl" >&5
-$as_echo_n "checking for main in -ldl... " >&6; }
-if test "${ac_cv_lib_dl_main+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldl $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-
-int
-main ()
-{
-return main ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_dl_main=yes
-else
- ac_cv_lib_dl_main=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_main" >&5
-$as_echo "$ac_cv_lib_dl_main" >&6; }
-if test "x$ac_cv_lib_dl_main" = x""yes; then :
- echo ""
-else
- echo "*** Required dl library missing! See INSTALL .";exit 1
-fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ldotconf" >&5
$as_echo_n "checking for main in -ldotconf... " >&6; }