Print an error message if building on Jaguar. Upstream code

no longer supports gcc 2.95.3.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@12810 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Gregory Wright
2005-06-23 17:51:43 +00:00
parent 58513f4c28
commit 40ebfa8db4
+5 -1
View File
@@ -1,4 +1,4 @@
# $Id: Portfile,v 1.3 2005/05/04 21:50:44 gwright Exp $
# $Id: Portfile,v 1.4 2005/06/23 17:51:43 gwright Exp $
PortSystem 1.0
name hugs98-devel
@@ -28,6 +28,10 @@ configure.args --libdir=${prefix}/lib/${name} \
worksrcdir hugs98-${version}
platform darwin 6 { ui_msg "Hugs no longer builds on Jaguar (10.2.x). Sorry"
exit 0
}
post-destroot { cd ${destroot}${prefix}/bin
file rename cpphs-hugs cpphs-hugs-devel
file rename ffihugs ffihugs-devel