Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2012 13:31:51 +0200
From:      Oliver Pinter <oliver.pinter@gmail.com>
To:        bapt@freebsd.org
Cc:        ports@freebsd.org, kde@freebsd.org, x11@freebsd.org
Subject:   [options-ng][patch] broken qt33 build after options-ng merge
Message-ID:  <20120602113151.GA77492@pandora-d.teteny.bme.hu>

next in thread | raw e-mail | index | archive | help

--Nq2Wo0NMKNjxTN9z
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi All!

In x11-toolkits/qt33 broked one expression with options-ng merge. The
attached patch fixed this.

--Nq2Wo0NMKNjxTN9z
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="qt33-after-options-ng.diff"

--- Makefile.orig	2012-06-02 13:26:43.000000000 +0200
+++ Makefile	2012-06-02 13:27:23.000000000 +0200
@@ -110,7 +110,7 @@
 
 .if ${PORT_OPTIONS:MCUPS}
 LIB_DEPENDS+=	cups.2:${PORTSDIR}/print/cups-client
-.elif defined(WITHOUT_CUPS)
+.elif !defined(WITHOUT_CUPS)
 CUPS=	-cups -L${LOCALBASE}/lib -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
 .else
 CUPS=

--Nq2Wo0NMKNjxTN9z--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120602113151.GA77492>