openbsd-ports/x11/gnome/libgnomeprint/patches/patch-configure
2010-09-30 07:43:36 +00:00

13 lines
427 B
Plaintext

$OpenBSD: patch-configure,v 1.14 2010/09/30 07:43:36 ajacoutot Exp $
--- configure.orig Tue Sep 28 11:27:21 2010
+++ configure Tue Sep 28 17:48:40 2010
@@ -18154,7 +18154,7 @@ if test x$FLEX_PATH = xno; then
as_fn_error $? "Could not find flex" "$LINENO" 5
fi
-LIBGNOMEPRINT_CFLAGS="$GP_CFLAGS $FREETYPE_CFLAGS"
+LIBGNOMEPRINT_CFLAGS="$FREETYPE_CFLAGS $GP_CFLAGS"
LIBGNOMEPRINT_LIBS="$GP_LIBS $FREETYPE_LIBS $Z_LIBS"