summaryrefslogtreecommitdiff
path: root/archivers/advancecomp/hacks.mk
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/advancecomp/hacks.mk')
-rw-r--r--archivers/advancecomp/hacks.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/advancecomp/hacks.mk b/archivers/advancecomp/hacks.mk
new file mode 100644
index 00000000000..57724e11219
--- /dev/null
+++ b/archivers/advancecomp/hacks.mk
@@ -0,0 +1,14 @@
+# $NetBSD: hacks.mk,v 1.1 2005/01/21 21:48:32 tv Exp $
+
+.ifndef ADVANCECOMP_HACKS_MK
+ADVANCECOMP_HACKS_MK= # defined
+
+### [Fri Jan 21 21:44:32 UTC 2005 : tv]
+### Interix system-supplied g++ 3.3 iostream has no "long long" support
+###
+.if ${OPSYS} == "Interix"
+PKG_HACKS+= g++-iostream-longlong
+GCC_REQD+= 3.3.4
+.endif
+
+.endif