Fix build on FreeBSD 9.0.
* Add LDFLAGS.FreeBSD like DragonFly.
This commit is contained in:
parent
222ee586af
commit
53c87d1db8
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.100 2012/03/15 08:31:10 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.101 2012/04/01 15:19:56 ryoon Exp $
|
||||
|
||||
.include "../../devel/xulrunner/dist.mk"
|
||||
PKGNAME= firefox-${FIREFOX_VER}
|
||||
|
@ -18,6 +18,7 @@ CONFIGURE_ARGS+= --with-system-libxul
|
|||
ALL_ENV+= MOZILLA_PKG_NAME=firefox
|
||||
|
||||
LDFLAGS.DragonFly= -lplc4 -lnspr4
|
||||
LDFLAGS.FreeBSD= -lplc4 -lnspr4
|
||||
|
||||
.include "../../devel/xulrunner/mozilla-common.mk"
|
||||
.include "options.mk"
|
||||
|
|
Loading…
Reference in a new issue