diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2009-11-05 19:35:25 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2009-11-05 19:35:25 +0000 |
commit | cbdbbfad0d143c178aa94b561225f533a4ca2221 (patch) | |
tree | 46a1fc346bbf36942d8bab972722d369d1cc87ff /www/firefox-sync | |
parent | 1c6d772e86e8ab93b132e790e8c8c4a34f44bb0f (diff) | |
download | ports-cbdbbfad0d143c178aa94b561225f533a4ca2221.tar.gz ports-cbdbbfad0d143c178aa94b561225f533a4ca2221.zip |
Notes
Diffstat (limited to 'www/firefox-sync')
-rw-r--r-- | www/firefox-sync/Makefile | 8 | ||||
-rw-r--r-- | www/firefox-sync/files/patch-crypto-src-Makefile | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/www/firefox-sync/Makefile b/www/firefox-sync/Makefile index e10555c03a8e..83061f2549f6 100644 --- a/www/firefox-sync/Makefile +++ b/www/firefox-sync/Makefile @@ -49,10 +49,4 @@ post-install: ${MKDIR} ${PREFIX}/lib/firefox3/extensions ${LN} -sf ${XPI_DIR} ${PREFIX}/lib/firefox3/extensions -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= does not build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/firefox-sync/files/patch-crypto-src-Makefile b/www/firefox-sync/files/patch-crypto-src-Makefile index 10ea05190ffb..8b222050d987 100644 --- a/www/firefox-sync/files/patch-crypto-src-Makefile +++ b/www/firefox-sync/files/patch-crypto-src-Makefile @@ -21,7 +21,7 @@ + cxx = c++ + so = so + cppflags += -shared -+ ldflags += -L$(PREFIX)/lib/firefox3 -L$(PREFIX)/lib ++ ldflags += -L$(PREFIX)/lib/firefox3 -L$(PREFIX)/lib -lc +else ifeq ($(sys), MINGW32_NT-6.1) os = WINNT |