diff options
author | flo <flo@FreeBSD.org> | 2013-01-12 00:48:10 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2013-01-12 00:48:10 +0800 |
commit | 66765a262173c2def311618f1570827a6353675b (patch) | |
tree | add02944dad172d857ca0cbcd74b225b72768ff8 /www | |
parent | f8478c736068e3fc12fdaca4d156fa803330d465 (diff) | |
download | freebsd-ports-gnome-66765a262173c2def311618f1570827a6353675b.tar.gz freebsd-ports-gnome-66765a262173c2def311618f1570827a6353675b.tar.zst freebsd-ports-gnome-66765a262173c2def311618f1570827a6353675b.zip |
Only try patching enigmail when the option is selected. This fixed the build
with the enigmail option disabled.
Diffstat (limited to 'www')
-rw-r--r-- | www/seamonkey/Makefile | 1 | ||||
-rw-r--r-- | www/seamonkey/files/extrapatch-enigmail-ipc-src-Makefile (renamed from www/seamonkey/files/patch-enigmail-ipc-src-Makefile) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 99b1d56d4967..e605f1ff457e 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -104,6 +104,7 @@ EM_ID= ${PORTNAME}@mozilla-enigmail.org EM_ID_RFILES= ${XPI_LIBDIR}/${EM_ID}/install.rdf \ ${XPI_LIBDIR}/${EM_ID}/components/enigmail.js \ ${XPI_LIBDIR}/${EM_ID}/modules/enigmailCommon.jsm +EXTRA_PATCHES+= ${FILESDIR}/extrapatch-enigmail-ipc-src-Makefile .endif .endif diff --git a/www/seamonkey/files/patch-enigmail-ipc-src-Makefile b/www/seamonkey/files/extrapatch-enigmail-ipc-src-Makefile index d8b5128d02b4..d8b5128d02b4 100644 --- a/www/seamonkey/files/patch-enigmail-ipc-src-Makefile +++ b/www/seamonkey/files/extrapatch-enigmail-ipc-src-Makefile |