freebsd-ports/graphics/poppler/files/patch-configure
Jeremy Messenger 8112386f17 - Update poppler to 0.22.2.
- Bump the rest ports that depend on the poppler and poppler-qt because of
  shared library version have been changed.
- Add a note in the UPDATING for require to rebuild all ports that depend
  on poppler.

Submitted by:	kwm (poppler* part)
2013-03-21 05:27:16 +00:00

13 lines
511 B
Text

--- configure.orig 2012-08-08 11:59:15.000000000 +0200
+++ configure 2012-08-08 11:59:45.000000000 +0200
@@ -20271,8 +20271,8 @@
ac_save_USER_INCLUDES="$USER_INCLUDES"
ac_save_USER_LDFLAGS="$USER_LDFLAGS"
- USER_INCLUDES="$USER_INCLUDES $LIBJPEG_CFLAGS"
- USER_LDFLAGS="$USER_LDFLAGS $LIBJPEG_CFLAGS"
+ USER_INCLUDES="$USER_INCLUDES $LIBJPEG_CFLAGS $CPPFLAGS"
+ USER_LDFLAGS="$USER_LDFLAGS $LIBJPEG_LDFLAGS $LDFLAGS"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libjpeg6b" >&5