From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 03:28:21 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 955E4BBE for ; Sat, 22 Dec 2012 03:28:21 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f47.google.com (mail-la0-f47.google.com [209.85.215.47]) by mx1.freebsd.org (Postfix) with ESMTP id 043948FC12 for ; Sat, 22 Dec 2012 03:28:20 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id u2so6086134lag.20 for ; Fri, 21 Dec 2012 19:28:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=npLEgyoOCuNiEdDlkjAlcSlMEQy9efU3t+VjTxoDKeo=; b=oem0v7SMKi4VhayTs5wpaU5Jh7G7ofZ3nQIGujM1qzx7g1+c6n2J8qL9g8b3yxS+hF 2NGDJ7+CIDS8KLbhgp0qC7mf3G7MhTgf1Vrk6vzStb4HutMwkc6UXPoHRfFEodWZV+iu FaLqv7dXRH0rJFXg1MVLir+yzS6ex0+t0tYAI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=npLEgyoOCuNiEdDlkjAlcSlMEQy9efU3t+VjTxoDKeo=; b=bk0jnLe7laJNfhFfX0+ZVn3X5j59WjNH3qqgKZJsCyDudfSIP7DCAvP3pu3IGG9IsO ueqvFcezJ8mJ4PbRFUF9wqlNT8oLv7HrPeszTdWK2n0VBEwC9kL5582SbG/NtYGkiliT qM51vkr2mzm9KHq6VaLyrMW4+vHLCfnAQiYNjdtfTdqSFdd8hX4d/cKFEUFZqSArEvBz ZAI1cvLr12NJYWJ/j4mJBtMQE2bDHoLenhlQWeuZJmJqHzfzJiJIUMMEmKF4Xml83/TF EQb3pimJ0fAkZN64vJbkY/LujTLXu/svb+USydQ30Wp33ij0tpfhG0mYJoRGgZQV36vJ NGjg== Received: by 10.152.121.212 with SMTP id lm20mr14029668lab.42.1356146894238; Fri, 21 Dec 2012 19:28:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.162.100 with HTTP; Fri, 21 Dec 2012 19:27:44 -0800 (PST) In-Reply-To: <201212180858.14816.hselasky@c2i.net> References: <201212180858.14816.hselasky@c2i.net> From: Eitan Adler Date: Fri, 21 Dec 2012 22:27:44 -0500 Message-ID: Subject: Re: Compile fix for flphoto To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQncgYVejNZJeT3VkOznm6szvmTt6ILuGkmVHr4y5521vsivPI70xPE9BfIpyoT6Z3xCqCW7 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2012 03:28:21 -0000 On 18 December 2012 02:58, Hans Petter Selasky wrote: > --- work/flphoto-1.3.1/Fl_Print_Dialog2.cxx.orig > +++ work/flphoto-1.3.1/Fl_Print_Dialog2.cxx > @@ -56,6 +56,7 @@ > > #ifdef HAVE_LIBCUPS > # include > +# include > #endif // HAVE_LIBCUPS could you file a PR so this doesn't get lost? -- Eitan Adler