freebsd-ports/graphics/bmeps/files/patch-configure
Michael Scheidell b3d8b316b3 - Fix previous patch mangled by committer (scheidell, me)
PR:		ports/164029
Submitted by:	Jan Henrik Sylvester <me@janh.de>
Approved by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer, implicit), gabor (mentor, implicit)
2012-03-05 18:27:56 +00:00

101 lines
2.8 KiB
Text

--- ./configure.orig 2011-11-02 10:37:26.000000000 -0700
+++ ./configure 2012-01-13 18:35:08.000000000 -0800
@@ -4234,19 +4234,6 @@
GDBMLIB=""
-ac_fn_c_check_header_mongrel "$LINENO" "gdbm.h" "ac_cv_header_gdbm_h" "$ac_includes_default"
-if test "x$ac_cv_header_gdbm_h" = x""yes; then :
- $as_echo "#define HAVE_GDBM_H 1" >>confdefs.h
-
-else
- ac_fn_c_check_header_mongrel "$LINENO" "ndbm.h" "ac_cv_header_ndbm_h" "$ac_includes_default"
-if test "x$ac_cv_header_ndbm_h" = x""yes; then :
- ANYDB='ndbm';$as_echo "#define HAVE_NDBM_H 1" >>confdefs.h
-
-fi
-
-
-fi
@@ -6710,74 +6697,16 @@
NETSNMP_LIBS=""
FSNMP=""
SNMPYALC=""
-NETSNMP_CFLAGS=`net-snmp-config --cflags`
-NETSNMP_LIBS=`net-snmp-config --libs`
+NETSNMP_CFLAGS=""
+NETSNMP_LIBS=""
UNAME=''
UNAME=`uname -s`
-if test "X$UNAME" = "XSunOS"
-then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking SunOS Net-SNMP flags" >&5
-$as_echo_n "checking SunOS Net-SNMP flags... " >&6; }
- NETSNMP_LIBS=`echo $NETSNMP_LIBS | sed -f modsnmp.sed`
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-fi
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-#include <net-snmp/net-snmp-config.h>
-#include <net-snmp/net-snmp-includes.h>
-#include <net-snmp/utilities.h>
-
-int
-main ()
-{
-netsnmp_session session, *ss;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- FSNMP='fsnmp';SNMPYALC='snmpyalc klpinfo';$as_echo "#define HAVE_LIBNETSNMP 1" >>confdefs.h
-
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for netsnmp_enable_filelog in -lnetsnmp" >&5
-$as_echo_n "checking for netsnmp_enable_filelog in -lnetsnmp... " >&6; }
-if test "${ac_cv_lib_netsnmp_netsnmp_enable_filelog+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lnetsnmp $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
+ac_cv_lib_netsnmp_netsnmp_enable_filelog=no
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char netsnmp_enable_filelog ();
-int
-main ()
-{
-return netsnmp_enable_filelog ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_netsnmp_netsnmp_enable_filelog=yes
-else
- ac_cv_lib_netsnmp_netsnmp_enable_filelog=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_netsnmp_netsnmp_enable_filelog" >&5
$as_echo "$ac_cv_lib_netsnmp_netsnmp_enable_filelog" >&6; }
if test "x$ac_cv_lib_netsnmp_netsnmp_enable_filelog" = x""yes; then :