Fix the STLport. It now compiles on 5-current and RELENG_4 !!

This commit is contained in:
David E. O'Brien 2001-08-21 22:54:13 +00:00
parent 794d4cd979
commit f503d96fe5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46618
2 changed files with 1 additions and 8 deletions

View file

@ -13,9 +13,7 @@ MASTER_SITES= http://www.stlport.com/archive/ \
http://www.stlport.com/beta/
DISTNAME= STLport-${PORTVERSION:S/.b/-b/}
MAINTAINER= obrien@FreeBSD.org
BROKEN= "YES I _KNOW_ THIS IS BROKEN. DO **NOT** EMAIL ME ABOUT THIS PORT UNLESS YOU ARE FUNISHING A PATCH TO FIX IT."
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/}/src
MAKEFILE= gcc.mak

View file

@ -1,5 +0,0 @@
--- ../stlport/cwchar.orig Thu Jul 13 18:53:26 2000
+++ ../stlport/cwchar Wed May 16 16:05:19 2001
@@ -37 +37 @@
-# elif defined (__MRC__) || defined (__SC__) || defined (__BORLANDC__)
+# elif defined (__MRC__) || defined (__SC__) || defined (__BORLANDC__) || defined (__FreeBSD__)