openbsd-ports/lang/mono/patches/patch-data_mono-cairo_pc_in
robert 6ee4e15b5d - fix the pkg-config files and introduce a mono module that removes
all of the hardcoded library versions from the files that we provide
in each mono-* port
- install example config files
2008-10-16 16:00:27 +00:00

12 lines
363 B
Plaintext

$OpenBSD: patch-data_mono-cairo_pc_in,v 1.1 2008/10/16 16:00:27 robert Exp $
--- data/mono-cairo.pc.in.orig Thu Oct 16 10:03:20 2008
+++ data/mono-cairo.pc.in Thu Oct 16 10:25:10 2008
@@ -1,5 +1,5 @@
-prefix=${pcfiledir}/../..
-exec_prefix=${pcfiledir}/../..
+prefix=@prefix@
+exec_prefix=@prefix@
libdir=${prefix}/@reloc_libdir@
includedir=${prefix}/include