09e4e6f119
- Bump portrevisions on all imlib2-dependend ports as the library soversion was bumped [1] - Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't support it anymore. [2] The patch was tested in the tinderbox. Approved by: portmgr (marcus) [1], Anders Troback <freebsd@troback.com> (maintainer) [2]
9 lines
245 B
PkgConfig
9 lines
245 B
PkgConfig
--- imlib2.pc.in.orig Mon Feb 26 02:38:45 2007
|
|
+++ imlib2.pc.in Mon Feb 26 02:38:57 2007
|
|
@@ -8,5 +8,5 @@
|
|
Requires: @requirements@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lImlib2
|
|
-Cflags: -I${includedir}
|
|
+Cflags: -I${includedir} @my_includes@
|
|
|