Skip to content

Commit

Permalink
seamonkey: use correct mozilla-common, missed commit...
Browse files Browse the repository at this point in the history
  • Loading branch information
alarixnia committed Jun 7, 2020
1 parent 2f3afd7 commit 94b0b7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions www/seamonkey/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.214 2020/06/02 08:24:58 adam Exp $
# $NetBSD: Makefile,v 1.215 2020/06/07 22:32:55 nia Exp $

DISTNAME= seamonkey-${SM_VER}.source
PKGNAME= seamonkey-${SM_VER:S/b/beta/}
Expand Down Expand Up @@ -27,7 +27,8 @@ GCC_REQD+= 6
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
# See mozilla/config/milestone.txt
.include "../../www/firefox60/mozilla-common.mk"
#.include "../../www/firefox60/mozilla-common.mk"
.include "mozilla-common.mk"

# Workaround to fix pixman.h detection
CFLAGS+= -I${BUILDLINK_PREFIX.pixman}/include/pixman-1
Expand Down

0 comments on commit 94b0b7f

Please sign in to comment.