Date: Tue, 12 Feb 2008 21:43:33 GMT From: mezz@FreeBSD.org To: cyberbotx@cyberbotx.com, mezz@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/120521: [PATCH] print/libgnomeprint: Respect if user wants to disable CUPS Message-ID: <200802122143.m1CLhX0q080445@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: [PATCH] print/libgnomeprint: Respect if user wants to disable CUPS State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Tue Feb 12 21:42:09 UTC 2008 State-Changed-Why: Committed, thanks! There was a typo, GUPS -> CUPS and it's best to have this if (defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)) && !defined(WITHOUT_CUPS) than this: .if defined(WITH_CUPS) || (exists(${LOCALBASE}/lib/libcups.so) && !defined(WITHOUT_CUPS)) http://www.freebsd.org/cgi/query-pr.cgi?pr=120521
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802122143.m1CLhX0q080445>