diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-08-01 07:57:45 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-08-01 07:57:45 +0000 |
commit | a442b55fa67254fa8c107329a5c64a0f093b65c3 (patch) | |
tree | 1a699ab98a82dffbe319e4b58b5a4c1a80dd307d /science | |
parent | d31e213f7e82f4daafec8752d2574c5d5a2d7c27 (diff) | |
download | ports-a442b55fa67254fa8c107329a5c64a0f093b65c3.tar.gz ports-a442b55fa67254fa8c107329a5c64a0f093b65c3.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/hdf5-18/Makefile | 4 | ||||
-rw-r--r-- | science/hdf5/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index 104fec75ff0c..dd0ad06129b1 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -26,6 +26,10 @@ ALL_TARGET= lib progs .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on ${ARCH} +.endif + post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g ; \ diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index 104fec75ff0c..dd0ad06129b1 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -26,6 +26,10 @@ ALL_TARGET= lib progs .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on ${ARCH} +.endif + post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g ; \ |