aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-04-25 22:53:23 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-04-25 22:53:23 +0000
commit98a58aed9f206fc337525dd0cbfd7ffc3d22e5b3 (patch)
treed16a78d2c9825e1f3370ca37f33b5cbc74e06700 /biology
parent911e1ec7e454675ddab6c18d695117024afda53f (diff)
downloadports-98a58aed9f206fc337525dd0cbfd7ffc3d22e5b3.tar.gz
ports-98a58aed9f206fc337525dd0cbfd7ffc3d22e5b3.zip
- Mark BROKEN on -CURRENT: error: 'linkat' redeclared as different kind of symbol
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=211989
Diffstat (limited to 'biology')
-rw-r--r--biology/molden/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/biology/molden/Makefile b/biology/molden/Makefile
index 137ecf323acb..d2af2d1a86ef 100644
--- a/biology/molden/Makefile
+++ b/biology/molden/Makefile
@@ -28,6 +28,10 @@ MAKEFILE= ${WRKSRC}/makefile
USE_FORTRAN= yes
+.if ${OSVERSION} >= 800030
+BROKEN= does not compile
+.endif
+
post-patch:
${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/xwin.c