FreeBSD Bugzilla – Attachment 85174 Details for
Bug 121281
[PATCH] print/gtklp: fix configure error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gtklp-1.2.6.patch
gtklp-1.2.6.patch (text/plain), 1.16 KB, created by
Tobias Roth
on 2008-03-02 11:00:01 UTC
(
hide
)
Description:
gtklp-1.2.6.patch
Filename:
MIME Type:
Creator:
Tobias Roth
Created:
2008-03-02 11:00:01 UTC
Size:
1.16 KB
patch
obsolete
>Index: files/patch-configure.in >=================================================================== >RCS file: files/patch-configure.in >diff -N files/patch-configure.in >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-configure.in 2 Mar 2008 10:35:50 -0000 >@@ -0,0 +1,27 @@ >+--- configure.in.orig 2007-11-15 18:56:57.000000000 +0100 >++++ configure.in 2008-03-02 11:25:59.000000000 +0100 >+@@ -43,20 +43,10 @@ >+ >+ # gtk ####################################################################### >+ GTKVER="" >+-if test x$enable_gtk1 = xyes; then >+- AM_PATH_GTK([1.2.8],,[AC_ERROR([GTK+ 1.2.8 or newer is needed for GtkLP!])]) >+- GTKVER="-DHAVE_GTK1" >+- OLDDIALOG="-DOLDDIALOG" >+- AC_SUBST(OLDDIALOG) >+-else >+- AC_MSG_RESULT([ ******************************************************** ]) >+- AC_MSG_RESULT([ * If checking for Gtk2 fails, try to use --enable-gtk1 * ]) >+- AC_MSG_RESULT([ ******************************************************** ]) >+- PKG_CHECK_MODULES(GTK2, gtk+-2.0) >+- AC_SUBST(GTK2_CFLAGS) >+- AC_SUBST(GTK2_LIBS) >+- GTKVER="-DHAVE_GTK2" >+-fi >++PKG_CHECK_MODULES(GTK2, gtk+-2.0) >++AC_SUBST(GTK2_CFLAGS) >++AC_SUBST(GTK2_LIBS) >++GTKVER="-DHAVE_GTK2" >+ >+ AC_SUBST(GTKVER) >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 121281
: 85174