pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/gdk-pixbuf2
Module Name: pkgsrc
Committed By: nia
Date: Mon Jul 22 09:13:13 UTC 2019
Modified Files:
pkgsrc/graphics/gdk-pixbuf2: Makefile
Log Message:
gdk-pixbuf2: Fix the path to the Python interpreter.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/gdk-pixbuf2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/gdk-pixbuf2/Makefile
diff -u pkgsrc/graphics/gdk-pixbuf2/Makefile:1.37 pkgsrc/graphics/gdk-pixbuf2/Makefile:1.38
--- pkgsrc/graphics/gdk-pixbuf2/Makefile:1.37 Sun Jul 21 12:45:49 2019
+++ pkgsrc/graphics/gdk-pixbuf2/Makefile Mon Jul 22 09:13:13 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2019/07/21 12:45:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.38 2019/07/22 09:13:13 nia Exp $
DISTNAME= gdk-pixbuf-${PIXBUF2_VERSION}
PKGNAME= ${DISTNAME:S/pixbuf/pixbuf2/}
@@ -24,6 +24,17 @@ MESON_ARGS+= -D man=false
PKGCONFIG_OVERRIDE_STAGE=pre-install
PKGCONFIG_OVERRIDE= output/meson-private/gdk-pixbuf-2.0.pc
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/pyversion.mk"
+
+REPLACE_INTERPRETER+= py3
+REPLACE.py3.old= .*/usr/bin/env python[^ ]*
+REPLACE.py3.new= ${PYTHONBIN}
+REPLACE_FILES.py3+= build-aux/gen-installed-test.py
+REPLACE_FILES.py3+= build-aux/gen-thumbnailer.py
+REPLACE_FILES.py3+= build-aux/gen-resources.py
+
_BUILDING_GTK2= yes
.include "loaders.mk"
Home |
Main Index |
Thread Index |
Old Index