openbsd-ports/x11/py-gtk2/patches/patch-codegen_pygtk-codegen-2_0_in
naddy 16aa0f2ba9 update to 2.8.6
ok mjc@ and Joerg Zinke who maintains some dependent ports
2006-06-27 19:14:00 +00:00

17 lines
466 B
Plaintext

$OpenBSD: patch-codegen_pygtk-codegen-2_0_in,v 1.4 2006/06/27 19:14:01 naddy Exp $
--- codegen/pygtk-codegen-2.0.in.orig Tue Jun 20 20:52:05 2006
+++ codegen/pygtk-codegen-2.0.in Tue Jun 20 20:52:41 2006
@@ -1,9 +1,9 @@
#!/bin/sh
prefix=@prefix@
-datarootdir=@datarootdir@
-datadir=@datadir@
-codegendir=${datadir}/pygtk/2.0/codegen
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+codegendir=${libdir}/pygtk/2.0/codegen
PYTHONPATH=$codegendir
export PYTHONPATH