diff options
Diffstat (limited to 'graphics/opencv/files/patch-configure')
-rw-r--r-- | graphics/opencv/files/patch-configure | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/graphics/opencv/files/patch-configure b/graphics/opencv/files/patch-configure deleted file mode 100644 index 49488c739c7a..000000000000 --- a/graphics/opencv/files/patch-configure +++ /dev/null @@ -1,30 +0,0 @@ ---- configure.orig Wed Mar 7 19:49:27 2007 -+++ configure Wed Mar 7 19:49:52 2007 -@@ -22958,13 +22958,13 @@ - - - if test x"$have_png" = "xyes"; then -- echo "$as_me:$LINENO: checking for png_read_image in -lpng12" >&5 --echo $ECHO_N "checking for png_read_image in -lpng12... $ECHO_C" >&6 -+ echo "$as_me:$LINENO: checking for png_read_image in -lpng" >&5 -+echo $ECHO_N "checking for png_read_image in -lpng... $ECHO_C" >&6 - if test "${ac_cv_lib_png12_png_read_image+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lpng12 $LIBS" -+LIBS="-lpng $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -23030,8 +23030,8 @@ - #define HAVE_PNG - _ACEOF - -- IMAGELIBS="-lpng12 $IMAGELIBS" -- LIBS="-lpng12 $LIBS" -+ IMAGELIBS="-lpng $IMAGELIBS" -+ LIBS="-lpng $LIBS" - - - for ac_func in png_get_valid png_set_tRNS_to_alpha |