99dae4e272
This is a port of the basic program, it works so far enough to be able to mix and match PDF/pictures/text and print the result to Encapsulated PostScript. I haven't tried out yet with more advanced stuff...
13 lines
412 B
Plaintext
13 lines
412 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2005/03/07 14:05:59 espie Exp $
|
|
--- configure.orig Mon Mar 7 12:57:15 2005
|
|
+++ configure Mon Mar 7 12:57:31 2005
|
|
@@ -4887,7 +4887,7 @@ if test "${ac_cv_lib_tiff_TIFFOpen+set}"
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-ltiff -lm $LIBS"
|
|
+LIBS="-ltiff -ljpeg -lz -lm $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
_ACEOF
|