SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- 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