summaryrefslogtreecommitdiff
path: root/textproc/sp
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-14 23:30:12 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-14 23:30:12 +0000
commitcab7820515db92d3da6fcebe74cc0f27842f19d1 (patch)
tree3c4d68b45f51c801472257db317d955e8a24d082 /textproc/sp
parentMark BROKEN for ELF. (diff)
Mark BROKEN for ELF:
cc -O -pipe -o nsgmls nsgmls.o SgmlsEventHandler.o RastEventHandler.o StringSet.o nsgmls_inst.o -lstdc++ -L/usr/ports/textproc/sp/work/sp-1.2.1/nsgmls/../lib -lsp /usr/lib/libstdc++.so: undefined reference to `log' /usr/lib/libstdc++.so: undefined reference to `sqrt' /usr/lib/libstdc++.so: undefined reference to `cosh' /usr/lib/libstdc++.so: undefined reference to `cos' /usr/lib/libstdc++.so: undefined reference to `sin'
Notes
Notes: svn path=/head/; revision=14004
Diffstat (limited to 'textproc/sp')
-rw-r--r--textproc/sp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/sp/Makefile b/textproc/sp/Makefile
index 9dd2528d4a70..266d1bf7584a 100644
--- a/textproc/sp/Makefile
+++ b/textproc/sp/Makefile
@@ -3,7 +3,7 @@
# Date created: April 26, 1997
# Whom: jfieber
#
-# $Id: Makefile,v 1.5 1997/09/07 00:20:02 jfieber Exp $
+# $Id: Makefile,v 1.6 1997/10/14 01:23:32 jfieber Exp $
#
DISTNAME= sp-1.2.1
@@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.jclark.com/pub/sp/
MAINTAINER= jfieber@FreeBSD.ORG
+BROKEN_ELF= libstdc++.so
+
# The shared libsp only works on post 2.1.x systems.
# shared C++ libraries appear to be broken on post 2.2.1 system too...
#.if exists(/usr/lib/libstdc++.a)