--- configure.orig	2012-04-08 12:25:35.000000000 -0500
+++ configure	2012-05-21 09:18:00.000000000 -0500
@@ -2794,15 +2794,6 @@
 	CXXFLAGS="$CXXFLAGS -fno-rtti"
 	SHARED="-bundle"
 	SLEXT="bundle"
-	if test -d /opt/local/include && test -d /opt/local/lib; then
-	    CPPFLAGS="${CPPFLAGS} -I/opt/local/include"
-	    LDFLAGS="${LDFLAGS} -L/opt/local/lib"
-	fi
-	# Use fink packages if available.
-	#if test -d /sw/include && test -d /sw/lib; then
-	#    CPPFLAGS="${CPPFLAGS} -I/sw/include"
-	#    LDFLAGS="${LDFLAGS} -L/sw/lib"
-	#fi
 	;;
 esac
 
@@ -5807,7 +5798,7 @@
   ;;
   *)
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-as_dummy=""$PATH:/usr/local/bin:/sw/bin:/opt/local/bin""
+as_dummy=""$PATH""
 for as_dir in $as_dummy
 do
   IFS=$as_save_IFS
@@ -6772,7 +6763,7 @@
   uint_t a,b;
   astream->ReadFrames(0,0,0,a,b);
 }
-int main (int argc, char*argv)
+int main (int argc, char*argv[])
 {
     return 0;
 }
