summaryrefslogtreecommitdiff
path: root/sysutils/xen12/patches/patch-ac
diff options
context:
space:
mode:
authorcl <cl@pkgsrc.org>2004-05-22 16:31:04 +0000
committercl <cl@pkgsrc.org>2004-05-22 16:31:04 +0000
commit0687f75e497cd4465fcca36f99a75188ec321357 (patch)
tree316579f8e19ee0bf8643d441c02ef74a01a2e32f /sysutils/xen12/patches/patch-ac
parentdac9df45fa8b33e50af7fabd2d15350cedc63b7b (diff)
downloadpkgsrc-0687f75e497cd4465fcca36f99a75188ec321357.tar.gz
add xen12 package:
Xen is is a virtual machine monitor for x86 that supports execution of multiple guest operating systems with unprecedented levels of performance and resource isolation. Xen is Open Source software. See http://www.cl.cam.ac.uk/Research/SRG/netos/xen/ for more details on Xen. See http://www.netbsd.org/Ports/xen/ for more details on NetBSD/xen.
Diffstat (limited to 'sysutils/xen12/patches/patch-ac')
-rw-r--r--sysutils/xen12/patches/patch-ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/xen12/patches/patch-ac b/sysutils/xen12/patches/patch-ac
new file mode 100644
index 00000000000..caf714c60c2
--- /dev/null
+++ b/sysutils/xen12/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2004/05/22 16:31:04 cl Exp $
+
+--- tools/figlet/Makefile.orig 2004-04-18 04:29:16.000000000 +0200
++++ tools/figlet/Makefile
+@@ -1,7 +1,8 @@
+
+-CC := gcc
++#CC := gcc
+
+ figlet: figlet.c
++ $(CC) -o figlet figlet.c
+
+ clean:
+ rm -f *.o figlet