aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2008-02-03 22:10:47 +0800
committernobutaka <nobutaka@FreeBSD.org>2008-02-03 22:10:47 +0800
commit1f9539f33e240c257cde4c71eb19b3f83993e39f (patch)
tree50af62bb9ecef23f120d330f6ae411287e437ea0 /multimedia
parent197b01c0724fa428ede645da76e967110f6b6819 (diff)
downloadfreebsd-ports-gnome-1f9539f33e240c257cde4c71eb19b3f83993e39f.tar.gz
freebsd-ports-gnome-1f9539f33e240c257cde4c71eb19b3f83993e39f.tar.zst
freebsd-ports-gnome-1f9539f33e240c257cde4c71eb19b3f83993e39f.zip
- Fix libxine.pc to fix configure error of ports that depends on libxine.
- Bump PORTREVISION. Reported by: pav, erwin
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libxine/Makefile1
-rw-r--r--multimedia/libxine/files/patch-misc_libxine.pc.in14
2 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile
index a17b5cac8887..f527c7a7d302 100644
--- a/multimedia/libxine/Makefile
+++ b/multimedia/libxine/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xine
PORTVERSION= 1.1.10
+PORTREVISION= 1
CATEGORIES= multimedia ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/multimedia/libxine/files/patch-misc_libxine.pc.in b/multimedia/libxine/files/patch-misc_libxine.pc.in
new file mode 100644
index 000000000000..7e48545688cc
--- /dev/null
+++ b/multimedia/libxine/files/patch-misc_libxine.pc.in
@@ -0,0 +1,14 @@
+--- misc/libxine.pc.in.orig 2008-02-03 22:02:31.000000000 +0900
++++ misc/libxine.pc.in 2008-02-03 22:03:24.000000000 +0900
+@@ -19,7 +19,7 @@
+ Description: The xine engine library
+ Version: @XINE_MAJOR@.@XINE_MINOR@.@XINE_SUB@@XINE_PATCH@
+ Requires:
+-Libs: -L${libdir} -lxine
+-Libs.private: @ZLIB_LIBS@ @NET_LIBS@ @PTHREAD_LIBS@ @LIBICONV@ @RT_LIBS@
+-Cflags: -I${includedir}
+-Cflags.private: @PTHREAD_CFLAGS@
++Libs: -L${libdir} -lxine @ZLIB_LIBS@ @NET_LIBS@ @PTHREAD_LIBS@ @LIBICONV@ @RT_LIBS@
++Libs.private:
++Cflags: -I${includedir} @PTHREAD_CFLAGS@
++Cflags.private: