SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
devel/sdl-image/patches/patch-configure
Normal file
20
devel/sdl-image/patches/patch-configure
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- configure.orig Fri Jan 20 20:51:33 2012
|
||||
+++ configure Sat Mar 17 12:45:49 2012
|
||||
@@ -14313,7 +14313,7 @@ if test "${ac_cv_lib_tiff_TIFFClientOpen+set}" = set;
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-ltiff -lz $LIBS"
|
||||
+LIBS="-ltiff -ljpeg -lz $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -14986,7 +14986,7 @@ _ACEOF
|
||||
# Disable dynamic jpeg since we're linking it explicitly
|
||||
jpg_lib=''
|
||||
fi
|
||||
- IMG_LIBS="-ltiff -lz $IMG_LIBS"
|
||||
+ IMG_LIBS="-ltiff -ljpeg -lz $IMG_LIBS"
|
||||
fi
|
||||
fi
|
||||
if test x$enable_jpg = xyes -a x$have_jpg_hdr = xyes -a x$have_jpg_lib = xyes; then
|
Loading…
Add table
Add a link
Reference in a new issue