openbsd-ports/graphics/imlib2/patches/patch-configure_in
brad e264d12b1e upgrade to imlib2 1.1.2
Marcus Meissner discovered that imlib's BMP decoder would crash
when loading the test BMP file created by Chris Evans for testing
a previous Qt vulnerability. It is believed that this bug could
be exploited for arbitrary code execution.

also some port fixes, added missing dependencies, etc.
2004-09-21 22:40:36 +00:00

13 lines
444 B
Plaintext

$OpenBSD: patch-configure_in,v 1.1 2004/09/21 22:40:36 brad Exp $
--- configure.in.orig Mon Aug 30 22:46:15 2004
+++ configure.in Sun Sep 19 05:26:22 2004
@@ -214,7 +214,7 @@ dnl /here was freetype headers checking
AC_CHECK_LIB(dl, dlopen, dlopen_libs=-ldl)
AC_CHECK_LIB(ltdl, lt_dlopen, ltdlopen_libs=-lltdl)
-EXTRA_LIBS="-L/usr/local/lib -L/usr/X11R6/lib"
+EXTRA_LIBS=""
# Test for libjpeg
AC_CHECK_LIB(jpeg, jpeg_destroy_decompress,