Date: Sun, 18 May 2003 12:00:27 -0700 (PDT) From: Rui Lopes <rui@ruilopes.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/52393: New port: py-sourceview is a Python wrapper for the GtkSourceView text editing widget Message-ID: <200305181900.h4IJ0RiV003493@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/52393; it has been noted by GNATS. From: Rui Lopes <rui@ruilopes.com> To: freebsd-gnats-submit@FreeBSD.org, rui@ruilopes.com Cc: Subject: Re: ports/52393: New port: py-sourceview is a Python wrapper for the GtkSourceView text editing widget Date: Sun, 18 May 2003 19:57:25 +0100 This is a multi-part message in MIME format. --------------050209040601060900020004 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I failed to include my recent Makefile.. Please apply this patch to Makefile. Thanks, -- Rui Lopes --------------050209040601060900020004 Content-Type: text/plain; name="Makefile.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile.diff" --- Makefile.orig Sun May 18 19:47:25 2003 +++ Makefile Sun May 18 19:38:12 2003 @@ -23,4 +23,8 @@ USE_PYTHON= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +# XXX: this fixes a macro name mismatch between pysourceview and +# gtksourceview 0.2.0; this should be fixed in gtksourceview after 0.2.0. +CFLAGS+= -DGTK_SOURCE_STYLE_SCHEME=GTK_STYLE_SOURCE_SCHEME + .include <bsd.port.mk> --------------050209040601060900020004--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305181900.h4IJ0RiV003493>