$OpenBSD: patch-imlib2_pc_in,v 1.1 2010/05/11 09:56:26 dcoppa Exp $
--- imlib2.pc.in.orig	Sun Aug 17 11:39:14 2008
+++ imlib2.pc.in	Mon May 10 18:33:26 2010
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: imlib2
 Description: Powerful image loading and rendering library
 Version: @VERSION@
-Libs: -L${libdir} -lImlib2
-Cflags: -I${includedir}
+Libs: -L${libdir} -lImlib2 @my_libs@
+Cflags: -I${includedir} @my_includes@
 
