openbsd-ports/graphics/imlib2/patches/patch-imlib2_pc_in
jca 686b08d714 Fix the output of pkg-config imlib2 and imlib2-config
Spotted by naddy@ some time ago, bulk build and ok ajacoutot@
2017-02-24 18:47:54 +00:00

13 lines
433 B
Plaintext

$OpenBSD: patch-imlib2_pc_in,v 1.3 2017/02/24 18:47:54 jca Exp $
--- imlib2.pc.in.orig Tue Nov 22 21:21:26 2016
+++ imlib2.pc.in Tue Nov 22 21:22:21 2016
@@ -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} -L${X11BASE}/lib -lImlib2
+Cflags: -I${includedir} -I${X11BASE}/include