summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-08-30 08:41:44 +0000
committerdholland <dholland@pkgsrc.org>2015-08-30 08:41:44 +0000
commit20e4b27ac1887fa85d9db348a83d0a8bff71d938 (patch)
treecd7e2321066b792ebf7726bfef76a2a5f3895d9c /lang
parent115d9364ff72b346adc2a87141b04e4b6b4a78fe (diff)
downloadpkgsrc-20e4b27ac1887fa85d9db348a83d0a8bff71d938.tar.gz
Add more configs: try using the shipped freebsd config for freebsd and dfly,
use the netbsd config for openbsd and bitrig. Might work...
Diffstat (limited to 'lang')
-rw-r--r--lang/cint/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile
index 8d0c3736434..7c5726f6ed1 100644
--- a/lang/cint/Makefile
+++ b/lang/cint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2014/09/24 23:24:39 jperkin Exp $
+# $NetBSD: Makefile,v 1.30 2015/08/30 08:41:44 dholland Exp $
DISTNAME= cint5.15
PKGNAME= cint-5.15.174
@@ -36,7 +36,9 @@ post-extract:
do-build:
cd ${WRKDIR}; \
case ${OPSYS} in \
- NetBSD) \
+ FreeBSD|DragonFly) \
+ ${SH} ./setup platform/freebsd_C ;; \
+ NetBSD|OpenBSD|Bitrig) \
${SH} ./setup platform/netbsd ;; \
SunOS) \
${SH} ./setup platform/solaris_gcc ;; \