Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Feb 2008 21:19:34 +0100
From:      Philipp Ost <pj@smo.de>
To:        dyeske@gmail.com
Cc:        freebsd-ports@freebsd.org
Subject:   [PATCH] graphics/cinepaint -- typo in Makefile
Message-ID:  <47A4D056.4060105@smo.de>

next in thread | raw e-mail | index | archive | help
Hello David, hi list,

graphics/cinepaint refuses to build because bsd.port.pre.mk is included 
twice in the Makefile. The following patch solves this issues for me:

--- Makefile.orig       2008-02-02 21:13:02.000000000 +0100
+++ Makefile    2008-02-02 21:14:24.000000000 +0100
@@ -46,7 +46,6 @@
  PLIST_SUB+=    OPENEXR:="@comment "
  .endif

-.include <bsd.port.pre.mk>

  post-patch:
         @${REINPLACE_CMD} -e \

Regards,
Philipp



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