aboutsummaryrefslogtreecommitdiffstats
path: root/math/atlas-devel/Makefile
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2004-01-20 20:56:57 +0800
committermaho <maho@FreeBSD.org>2004-01-20 20:56:57 +0800
commitab7e8b5d15c1156f6989bc4f91d27cd4ef079c39 (patch)
treeb91816525551ec9175cdd290b535b3277af21600 /math/atlas-devel/Makefile
parent17f0adff48770ca76c2ceead220ccc6718441cd9 (diff)
downloadfreebsd-ports-gnome-ab7e8b5d15c1156f6989bc4f91d27cd4ef079c39.tar.gz
freebsd-ports-gnome-ab7e8b5d15c1156f6989bc4f91d27cd4ef079c39.tar.zst
freebsd-ports-gnome-ab7e8b5d15c1156f6989bc4f91d27cd4ef079c39.zip
Remove harmful message from Makefile
Pointed out by: sf
Diffstat (limited to 'math/atlas-devel/Makefile')
-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}+' \