diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2012-05-13 17:51:10 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2012-05-13 17:51:10 +0000 |
commit | 5cd45475a8ffe90aad7a09b2a797fa02beb2d751 (patch) | |
tree | 20204b1d534ac41f5e8c7ec8de69e1b30c8c2d4c | |
parent | 318f4b0a3d97eff44af62a6f994773ed49515c16 (diff) | |
download | pkgsrc-5cd45475a8ffe90aad7a09b2a797fa02beb2d751.tar.gz |
Use MOZILLA_DIR so that this also works for www/seamonkey.
-rw-r--r-- | devel/xulrunner/hacks.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/xulrunner/hacks.mk b/devel/xulrunner/hacks.mk index 65276831d6d..a8702ce759b 100644 --- a/devel/xulrunner/hacks.mk +++ b/devel/xulrunner/hacks.mk @@ -1,4 +1,4 @@ -# $NetBSD: hacks.mk,v 1.4 2012/05/13 14:47:10 bsiegert Exp $ +# $NetBSD: hacks.mk,v 1.5 2012/05/13 17:51:10 bsiegert Exp $ .if !defined(XULRUNNER_HACKS_MK) XULRUNNER_HACKS_MK= defined @@ -13,7 +13,7 @@ BUILDLINK_TRANSFORM+= rm:-march=[-_A-Za-z0-9]* SUBST_CLASSES+= opt-hack SUBST_STAGE.opt-hack= post-patch SUBST_MESSAGE.opt-hack= Working around optimizer bug. -SUBST_FILES.opt-hack= gfx/skia/Makefile.in +SUBST_FILES.opt-hack= ${MOZILLA_DIR}gfx/skia/Makefile.in SUBST_SED.opt-hack= -e '/SkBlitRow_opts_SSE2/s/-msse2/-msse2 -O0/' .endif |