aboutsummaryrefslogtreecommitdiff
path: root/www/libxul
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2010-09-17 21:40:48 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2010-09-17 21:40:48 +0000
commit2a0d6970205f97574a34b8664174073cbabbabed (patch)
tree873c91cff5edcf0d6bd01523eed5b22229ab5133 /www/libxul
parent1bd3d2fb1b5d72f3526718ba3a8479798a9a1bea (diff)
downloadports-2a0d6970205f97574a34b8664174073cbabbabed.tar.gz
ports-2a0d6970205f97574a34b8664174073cbabbabed.zip
Notes
Diffstat (limited to 'www/libxul')
-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%