summaryrefslogtreecommitdiff
path: root/sysutils/xentools30/patches/patch-ba
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xentools30/patches/patch-ba')
-rw-r--r--sysutils/xentools30/patches/patch-ba14
1 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/xentools30/patches/patch-ba b/sysutils/xentools30/patches/patch-ba
index 2d035e0681f..3b4b1806ad6 100644
--- a/sysutils/xentools30/patches/patch-ba
+++ b/sysutils/xentools30/patches/patch-ba
@@ -1,12 +1,12 @@
-$NetBSD: patch-ba,v 1.1.1.1 2006/07/02 16:49:31 bouyer Exp $
+$NetBSD: patch-ba,v 1.2 2006/10/19 22:57:13 bouyer Exp $
---- python/Makefile.orig 2006-04-10 00:05:53.000000000 +0200
-+++ python/Makefile 2006-05-05 21:50:52.000000000 +0200
-@@ -9,10 +9,10 @@
-
+--- python/Makefile.orig 2006-10-16 22:26:18.000000000 +0200
++++ python/Makefile 2006-10-16 22:26:53.000000000 +0200
+@@ -11,10 +11,10 @@
+ .PHONY: install
ifndef XEN_PYTHON_NATIVE_INSTALL
install: all
-- CFLAGS="$(CFLAGS)" python setup.py install --home="$(DESTDIR)/usr" --force
+- CFLAGS="$(CFLAGS)" python setup.py install --home="$(DESTDIR)/usr" --prefix="" --force
+ python setup.py install
else
install: all
@@ -14,4 +14,4 @@ $NetBSD: patch-ba,v 1.1.1.1 2006/07/02 16:49:31 bouyer Exp $
+ python setup.py install
endif
- test:
+ .PHONY: test