pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/x11/gtksourceview3
On Wed, Feb 12, 2014 at 11:07:18AM +0000, Matthias Drochner wrote:
> Module Name: pkgsrc
> Committed By: drochner
> Date: Wed Feb 12 11:07:18 UTC 2014
>
> Modified Files:
> pkgsrc/x11/gtksourceview3: Makefile
>
> Log Message:
> don't DISABLE_DEPRECATED, fixes build (at least with gtk3+-3.10.7)
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/gtksourceview3/Makefile
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
Ah - I got caught out by:
ommit a461a72ab3cbd73c805d691d4998573bba8a6ea0
-if test "$enable_deprecations" = "yes"; then
+if test "$enable_deprecations" = "no"; then
DISABLE_DEPRECATED_CFLAGS="\
-DG_DISABLE_DEPRECATED \
-DGDK_DISABLE_DEPRECATED \
so now the logic is right...
Thanks!
Patrick
Home |
Main Index |
Thread Index |
Old Index