Fri Oct 27 18:01:44 2017 UTC ()
Remove removed inclusion. Pointed by oster@. Thank you


(ryoon)
diff -r1.7 -r1.8 pkgsrc/mail/thunderbird/hacks.mk
diff -r1.1 -r1.2 pkgsrc/mail/thunderbird45/hacks.mk

cvs diff -r1.7 -r1.8 pkgsrc/mail/thunderbird/Attic/hacks.mk (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird/Attic/hacks.mk 2016/04/17 18:33:50 1.7
+++ pkgsrc/mail/thunderbird/Attic/hacks.mk 2017/10/27 18:01:43 1.8
@@ -1,11 +1,10 @@ @@ -1,11 +1,10 @@
1# $NetBSD: hacks.mk,v 1.7 2016/04/17 18:33:50 ryoon Exp $ 1# $NetBSD: hacks.mk,v 1.8 2017/10/27 18:01:43 ryoon Exp $
2 2
3# workround for link of thunderbird-bin etc. 3# workround for link of thunderbird-bin etc.
4LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/${MOZILLA_NAME} 4LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/${MOZILLA_NAME}
5 5
6.if ${OPSYS} == "SunOS" 6.if ${OPSYS} == "SunOS"
7# workaround for strip problems with libxul.so 7# workaround for strip problems with libxul.so
8# https://www.illumos.org/issues/4383 8# https://www.illumos.org/issues/4383
9INSTALL_UNSTRIPPED=yes 9INSTALL_UNSTRIPPED=yes
10.endif 10.endif
11.include "../../devel/xulrunner17/hacks.mk" 

cvs diff -r1.1 -r1.2 pkgsrc/mail/thunderbird45/Attic/hacks.mk (expand / switch to unified diff)

--- pkgsrc/mail/thunderbird45/Attic/hacks.mk 2017/04/27 13:38:18 1.1
+++ pkgsrc/mail/thunderbird45/Attic/hacks.mk 2017/10/27 18:01:43 1.2
@@ -1,11 +1,10 @@ @@ -1,11 +1,10 @@
1# $NetBSD: hacks.mk,v 1.1 2017/04/27 13:38:18 ryoon Exp $ 1# $NetBSD: hacks.mk,v 1.2 2017/10/27 18:01:43 ryoon Exp $
2 2
3# workround for link of thunderbird-bin etc. 3# workround for link of thunderbird-bin etc.
4LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/${MOZILLA_NAME} 4LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/${MOZILLA_NAME}
5 5
6.if ${OPSYS} == "SunOS" 6.if ${OPSYS} == "SunOS"
7# workaround for strip problems with libxul.so 7# workaround for strip problems with libxul.so
8# https://www.illumos.org/issues/4383 8# https://www.illumos.org/issues/4383
9INSTALL_UNSTRIPPED=yes 9INSTALL_UNSTRIPPED=yes
10.endif 10.endif
11.include "../../devel/xulrunner17/hacks.mk"