openbsd-ports/graphics/libwmf/patches/patch-libwmf-config_in
avsm fdf5152d53 initial import of libwmf-0.2.0
--
libwmf is a library to parse and convert WMF graphic files into
other formats.  Currently, there exist drivers for PNG, EPS, SVG
(the XML-based W3C format), FIG, Magick, and others.  The library
is actively under development as part of the wvWare project, to
convert WMF graphics embedded in Microsoft file formats into a form
viewable from a web-browser.
2001-07-13 15:28:15 +00:00

13 lines
413 B
Plaintext

$OpenBSD: patch-libwmf-config_in,v 1.1.1.1 2001/07/13 15:28:19 avsm Exp $
--- libwmf-config.in.orig Thu Jun 28 12:40:16 2001
+++ libwmf-config.in Thu Jun 28 12:40:29 2001
@@ -81,7 +81,7 @@ wmf_libs="-lwmf @WMF_LDFLAGS@"
if test "$echo_cflags" = "yes"; then
includes="-I@includedir@ -I@includedir@/libwmf/gd"
- echo $includes $wmf_cflags
+ echo $wmf_cflags $includes
fi
if test "$echo_libs" = "yes"; then