Revision
141309
Author
nicos@macports.org
Date
2015-10-15 14:53:58 -0700 (Thu, 15 Oct 2015)

Log Message

telepathy-qt: fix compilation with new gstreamer1 (ticket #49251)

Modified Paths

Diff

Modified: trunk/dports/comms/telepathy-qt/Portfile (141308 => 141309)


--- trunk/dports/comms/telepathy-qt/Portfile	2015-10-15 21:45:30 UTC (rev 141308)
+++ trunk/dports/comms/telepathy-qt/Portfile	2015-10-15 21:53:58 UTC (rev 141309)
@@ -7,6 +7,7 @@
 
 name                telepathy-qt
 version             0.9.6.1
+revision            1
 categories          comms
 maintainers         nicos openmaintainer
 license             LGPL-2.1+
@@ -25,6 +26,8 @@
 
 cmake.out_of_source yes
 
+configure.cxxflags-append   -I${prefix}/lib/gstreamer-1.0/include/
+
 depends_lib-append  path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     bin:perl:perl5 \
                     port:dbus-glib \