diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-06-07 15:07:26 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-06-07 15:07:26 +0000 |
commit | 5fd25bccece3d8585cdc0a8c09887bc6a54d21df (patch) | |
tree | bee69b0bc63c58db51b852e0cf36d09950304181 /security/libprelude/files/patch-bindings_Makefile.in | |
parent | - Work around KDE bug 128757. (diff) |
- Update to 0.9.9
PR: ports/98585
Submitted by: maintainer
Diffstat (limited to 'security/libprelude/files/patch-bindings_Makefile.in')
-rw-r--r-- | security/libprelude/files/patch-bindings_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/libprelude/files/patch-bindings_Makefile.in b/security/libprelude/files/patch-bindings_Makefile.in new file mode 100644 index 000000000000..851d1253b525 --- /dev/null +++ b/security/libprelude/files/patch-bindings_Makefile.in @@ -0,0 +1,11 @@ +--- bindings/Makefile.in.orig Wed Jun 7 09:35:04 2006 ++++ bindings/Makefile.in Wed Jun 7 09:35:50 2006 +@@ -471,7 +471,7 @@ + # + # Workaround invalid Makefile generated by MakeMaker when UTF-8 is enabled. + # +-@HAVE_PERL_TRUE@ cd perl && DESTDIR=$(DESTDIR) LANG="" $(PERL) Makefile.PL && $(MAKE) LD_RUN_PATH="" install ++@HAVE_PERL_TRUE@ cd perl && DESTDIR=$(DESTDIR) LANG="" $(PERL) Makefile.PL && $(MAKE) LD_RUN_PATH="" pure_install + + @HAVE_PYTHON_TRUE@ cd python && $(PYTHON) setup.py install `test -n "$(DESTDIR)" && echo --root $(DESTDIR)` + |