ae292e2030
ok kurt@
16 lines
499 B
Plaintext
16 lines
499 B
Plaintext
$OpenBSD: patch-apr-mt_pc_in,v 1.1 2007/03/24 13:46:47 todd Exp $
|
|
--- apr-mt.pc.in.orig Thu Feb 8 14:19:40 2007
|
|
+++ apr-mt.pc.in Thu Feb 8 14:25:06 2007
|
|
@@ -0,0 +1,11 @@
|
|
+prefix=@prefix@
|
|
+exec_prefix=@exec_prefix@
|
|
+libdir=@libdir@
|
|
+APR_MAJOR_VERSION=@APR_MAJOR_VERSION@
|
|
+includedir=@includedir@
|
|
+
|
|
+Name: APR
|
|
+Description: The Apache Portable Runtime library
|
|
+Version: @APR_DOTTED_VERSION@
|
|
+Libs: -L${libdir} -l@APR_LIBNAME@-mt @EXTRA_LIBS@
|
|
+Cflags: @EXTRA_CPPFLAGS@ @EXTRA_CFLAGS@ -I${includedir}
|