diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sp/Makefile | 4 |
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) |