b5edb014d9
If you're running with locally generated PPD files, you will need to regen them with foomatic-ppdfile(1) so that the driver uses gutenprint-ijs.5.2 and not gutenprint-ijs.5.0. Tested on several printers without regression.
27 lines
891 B
Plaintext
27 lines
891 B
Plaintext
$OpenBSD: patch-configure,v 1.2 2009/03/23 17:17:33 ajacoutot Exp $
|
|
--- configure.orig Mon Dec 22 03:50:32 2008
|
|
+++ configure Sun Mar 22 12:44:50 2009
|
|
@@ -26682,7 +26682,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$
|
|
|
|
else
|
|
|
|
- for stp_ac_arg in -O6 -O3 -O2 -O1 -O ; do
|
|
+ for stp_ac_arg in '' ; do
|
|
stp_ac_save_CFLAGS="${CFLAGS}"
|
|
|
|
{ echo "$as_me:$LINENO: checking if ${CC} supports ${stp_ac_arg}" >&5
|
|
@@ -32247,10 +32247,10 @@ XGETTEXT!$XGETTEXT$ac_delim
|
|
XGETTEXT_015!$XGETTEXT_015$ac_delim
|
|
MSGMERGE!$MSGMERGE$ac_delim
|
|
INTL_MACOSX_LIBS!$INTL_MACOSX_LIBS$ac_delim
|
|
-LIBICONV!$LIBICONV$ac_delim
|
|
+LIBICONV!$LTLIBICONV$ac_delim
|
|
LTLIBICONV!$LTLIBICONV$ac_delim
|
|
-INTLLIBS!$INTLLIBS$ac_delim
|
|
-LIBINTL!$LIBINTL$ac_delim
|
|
+INTLLIBS!$LTLIBINTL$ac_delim
|
|
+LIBINTL!$LTLIBINTL$ac_delim
|
|
LTLIBINTL!$LTLIBINTL$ac_delim
|
|
POSUB!$POSUB$ac_delim
|
|
USE_NLS_TRUE!$USE_NLS_TRUE$ac_delim
|