diff options
| author | Jeremy Messenger <mezz@FreeBSD.org> | 2013-03-21 05:27:16 +0000 |
|---|---|---|
| committer | Jeremy Messenger <mezz@FreeBSD.org> | 2013-03-21 05:27:16 +0000 |
| commit | 8112386f17f76b88b55b21d5884cef5b05ed3069 (patch) | |
| tree | c071769bfc107a2663404651db1a2a29a9d85c31 /graphics/poppler/files/patch-configure | |
| parent | - Update to 2013b (diff) | |
- 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)
Diffstat (limited to 'graphics/poppler/files/patch-configure')
| -rw-r--r-- | graphics/poppler/files/patch-configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/poppler/files/patch-configure b/graphics/poppler/files/patch-configure new file mode 100644 index 000000000000..9b176321a8ef --- /dev/null +++ b/graphics/poppler/files/patch-configure @@ -0,0 +1,13 @@ +--- 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 |
