aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authordecke <decke@FreeBSD.org>2010-09-18 05:40:48 +0800
committerdecke <decke@FreeBSD.org>2010-09-18 05:40:48 +0800
commite7cec0f9d8a6114e29e9fae9b6ece33a038c8ba2 (patch)
treede99d875e2a8cc252e906e3d6e8b0a2e8591288c /www
parent8639990ca08dec47cd4c44ef2e408dec05fac6ac (diff)
downloadfreebsd-ports-gnome-e7cec0f9d8a6114e29e9fae9b6ece33a038c8ba2.tar.gz
freebsd-ports-gnome-e7cec0f9d8a6114e29e9fae9b6ece33a038c8ba2.tar.zst
freebsd-ports-gnome-e7cec0f9d8a6114e29e9fae9b6ece33a038c8ba2.zip
- Fix include dir in mozilla-plugin.pc
- Bump PORTREVISION Submitted by: jkim Approved by: beat (co-mentor)
Diffstat (limited to 'www')
-rw-r--r--www/libxul/Makefile1
-rw-r--r--www/libxul/files/patch-xulrunner_installer_mozilla-plugin.pc.in9
2 files changed, 10 insertions, 0 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile
index 1466567e4a46..03f35983bc90 100644
--- a/www/libxul/Makefile
+++ b/www/libxul/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libxul
DISTVERSION= 1.9.2.9
+PORTREVISION= 1
CATEGORIES?= www devel
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= xulrunner/releases/${DISTVERSION}/source
diff --git a/www/libxul/files/patch-xulrunner_installer_mozilla-plugin.pc.in b/www/libxul/files/patch-xulrunner_installer_mozilla-plugin.pc.in
new file mode 100644
index 000000000000..e6c6a96ec366
--- /dev/null
+++ b/www/libxul/files/patch-xulrunner_installer_mozilla-plugin.pc.in
@@ -0,0 +1,9 @@
+--- xulrunner/installer/mozilla-plugin.pc.in.orig 2010-08-24 18:19:38.000000000 -0400
++++ xulrunner/installer/mozilla-plugin.pc.in 2010-09-16 22:02:35.000000000 -0400
+@@ -5,5 +5,4 @@
+ Name: Mozilla Plug-In API
+ Description: Mozilla Plug-In API
+ Version: %MOZILLA_VERSION%
+-Cflags: -I${includedir}/stable -DXP_UNIX %ojidef%
+-
++Cflags: -I${includedir} -DXP_UNIX %ojidef%