summaryrefslogtreecommitdiff
path: root/math/atlas-devel
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-01-20 12:56:57 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-01-20 12:56:57 +0000
commit255f4669d0e4228d60ba7fe3139be5a62aa31e9b (patch)
treedab0acd1a09dc37d2319f94f1e55c853f75c0d9b /math/atlas-devel
parentRemove # to compile (diff)
Remove harmful message from Makefile
Pointed out by: sf
Notes
Notes: svn path=/head/; revision=98644
Diffstat (limited to 'math/atlas-devel')
-rw-r--r--math/atlas-devel/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/math/atlas-devel/Makefile b/math/atlas-devel/Makefile
index 148f77f5b214..25346a85e523 100644
--- a/math/atlas-devel/Makefile
+++ b/math/atlas-devel/Makefile
@@ -38,12 +38,6 @@ post-patch:
.if !defined(WITH_OPTIMIZED_FLAGS)
@${ECHO_CMD} "You can optimize lapack sub project by setting WITH_OPTIMIZED_FLAGS=yes."
.endif
-.if ${ARCH} == "i386" && ${OSVERSION} >= 502000
- @${ECHO_CMD} "NOTE FOR SMP USERS: You also want to activate libkse or libthr by"
- @${ECHO_CMD} "# cp /usr/lib/libkse.so.1 /usr/lib/libpthread.so.1"
- @${ECHO_CMD} "# ln -s /usr/lib/libpthread.so.1 /usr/lib/libpthread.so"
- @${ECHO_CMD} "If not, stop this and re make again"
-.endif
@${REINPLACE_CMD} -e 's+%%PTHREAD_CFLAGS%%+ ${PTHREAD_CFLAGS}+' \
${WRKSRC}/config.c
@${REINPLACE_CMD} -e 's+%%PTHREAD_LIBS%%+ ${PTHREAD_LIBS}+' \