2393868245
Boo is a new object oriented statically typed programming language for the Common Language Infrastructure with a Python inspired sysntax and a special focus on language and compiler extensibility. from ryan boggs (MAINTAINER) with some tweaks by me ok aja@
12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
$OpenBSD: patch-extras_boo_pc_in,v 1.1.1.1 2011/10/06 12:43:32 jasper Exp $
|
|
--- extras/boo.pc.in.orig Sat Oct 3 16:05:46 2009
|
|
+++ extras/boo.pc.in Sat Oct 3 16:05:46 2009
|
|
@@ -1,6 +1,6 @@
|
|
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
-libdir=${prefix}/lib
|
|
+libdir=${prefix}/lib/mono
|
|
|
|
|
|
Name: Boo
|