pkgsrc/devel/glib2/patches/patch-gobject_glib-genmarshal.in
prlw1 aaa3bff76d glib2: move soon-to-disappear py-glib2-tools patches to glib2
Should fix current gdbus-codegen package too.
2017-10-15 08:23:06 +00:00

13 lines
413 B
Text

$NetBSD: patch-gobject_glib-genmarshal.in,v 1.1 2017/10/15 08:23:06 prlw1 Exp $
Revert 4395a897 Use env to run the Python-based tools
https://bugzilla.gnome.org/show_bug.cgi?id=788527
--- gobject/glib-genmarshal.in.orig 2017-09-04 12:42:30.000000000 +0000
+++ gobject/glib-genmarshal.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env @PYTHON@
+#!@PYTHON@
# pylint: disable=too-many-lines, missing-docstring, invalid-name