remove it from there. If a port tries to use pkg-config to depend on it, and does not bring in glib, it'll end up failing with: % pkg-config --libs libmms Package glib-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `glib-2.0.pc' to the PKG_CONFIG_PATH environment variable Package 'glib-2.0', required by 'libmms', not found This fixes a long standing issue with multimedia/mediainfo. (via multimedia/libmediainfo.) PR: 204847 Sponsored by: Absolight
10 lines
287 B
PkgConfig
10 lines
287 B
PkgConfig
--- pkgconfig/libmms.pc.in.orig 2014-03-28 13:25:43 UTC
|
|
+++ pkgconfig/libmms.pc.in
|
|
@@ -5,7 +5,6 @@ includedir=@includedir@/
|
|
|
|
Name: libmms
|
|
Description: Library implementing the MMS protocol
|
|
-Requires: glib-2.0
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lmms -lm
|
|
Cflags: -I${includedir}
|