diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-14 23:30:12 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-14 23:30:12 +0000 |
commit | cab7820515db92d3da6fcebe74cc0f27842f19d1 (patch) | |
tree | 3c4d68b45f51c801472257db317d955e8a24d082 /textproc/sp | |
parent | 5a1fb165bae886b346f2121e7d6d54ad042318d1 (diff) | |
download | ports-cab7820515db92d3da6fcebe74cc0f27842f19d1.tar.gz ports-cab7820515db92d3da6fcebe74cc0f27842f19d1.zip |
Notes
Diffstat (limited to 'textproc/sp')
-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) |