diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-25 22:53:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-25 22:53:23 +0000 |
commit | 98a58aed9f206fc337525dd0cbfd7ffc3d22e5b3 (patch) | |
tree | d16a78d2c9825e1f3370ca37f33b5cbc74e06700 | |
parent | - Fix build after xorg cleanup (diff) |
- Mark BROKEN on -CURRENT: error: 'linkat' redeclared as different kind of symbol
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=211989
-rw-r--r-- | biology/molden/Makefile | 4 |
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 |