summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjperkin <jperkin>2013-03-24 11:30:10 +0000
committerjperkin <jperkin>2013-03-24 11:30:10 +0000
commitc5c28e268b083bd19dde8674aaf32bba9d131196 (patch)
tree2e4cd1ab2e9f6a1e41c772c03481897f187fd9b2 /devel
parente792fee4f3dd68c1779e9023ae1e6b36f6823260 (diff)
downloadpkgsrc-c5c28e268b083bd19dde8674aaf32bba9d131196.tar.gz
SunOS needs -lm. Doesn't fix the build, but gets us further.
Diffstat (limited to 'devel')
-rw-r--r--devel/xulrunner/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile
index ab2f80d5629..ab16c80c463 100644
--- a/devel/xulrunner/Makefile
+++ b/devel/xulrunner/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2013/02/22 14:48:06 ryoon Exp $
+# $NetBSD: Makefile,v 1.99 2013/03/24 11:30:10 jperkin Exp $
.include "dist.mk"
PKGNAME= xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/esr//}
@@ -31,6 +31,7 @@ GCC_REQD+= 4.5
# workround for link of xulrunner-bin etc.
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/xulrunner ${COMPILER_RPATH_FLAG}${PREFIX}/lib
+LDFLAGS.SunOS+= -lm
.include "mozilla-common.mk"
.include "options.mk"