Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 206612 Details for
Bug 288375
net-print/cups-1.3.10-r2 fails to build unless pdtftops is on the path
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to existing ebuild corrects build failure.
cups-no-external-pdftops-required.patch (text/plain), 1.15 KB, created by
John R. Graham
on 2009-10-10 03:59:34 UTC
(
hide
)
Description:
Patch to existing ebuild corrects build failure.
Filename:
MIME Type:
Creator:
John R. Graham
Created:
2009-10-10 03:59:34 UTC
Size:
1.15 KB
patch
obsolete
>diff -ubB old/cups-1.3.10-r2.ebuild new/cups-1.3.10-r2.ebuild >--- old/cups-1.3.10-r2.ebuild 2009-10-09 23:35:10.000000000 -0400 >+++ new/cups-1.3.10-r2.ebuild 2009-10-09 23:36:32.000000000 -0400 >@@ -13,7 +13,7 @@ > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" >-IUSE="acl avahi dbus gnutls java jpeg kerberos ldap pam perl php png ppds python samba slp ssl static tiff X xinetd zeroconf" >+IUSE="acl avahi dbus gnutls java jpeg kerberos ldap pam perl php png ppds python samba slp ssl static tiff X xinetd zeroconf extpdftops" > > COMMON_DEPEND="acl? ( kernel_linux? ( sys-apps/acl sys-apps/attr ) ) > avahi? ( net-dns/avahi ) >@@ -147,6 +147,12 @@ > --disable-openssl" > fi > >+ if use extpdftops ; then >+ WITHPDFTOPS="--with-pdftops=pdftops" >+ else >+ WITHPDFTOPS="" >+ fi >+ > econf \ > --libdir=/usr/$(get_libdir) \ > --localstatedir=/var \ >@@ -154,7 +160,7 @@ > --with-cups-group=lp \ > --with-docdir=/usr/share/cups/html \ > --with-languages=${LINGUAS} \ >- --with-pdftops=pdftops \ >+ ${WITHPDFTOPS} \ > --with-system-groups=lpadmin \ > --with-xinetd=/etc/xinetd.d \ > $(use_enable acl) \
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 288375
: 206612