diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-04 22:58:55 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-04 22:58:55 +0000 |
commit | e7e998cf125ca286156b93ee44699133703c5a3e (patch) | |
tree | 324b439d61ab0f696d50a944e26648c1b5ce9e58 /lang/cyclone | |
parent | Remove very very stupid -L/lib -L/usr/lib -l/usr/local/lib. If (diff) |
I am unable to test this as the port is broken. But I could find no
explaination in our cvs logs or the package website why this cannot be
compiled with GCC 3.1.
Notes
Notes:
svn path=/head/; revision=60626
Diffstat (limited to 'lang/cyclone')
-rw-r--r-- | lang/cyclone/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/cyclone/Makefile b/lang/cyclone/Makefile index 839d209c16dc..59338d6fb3e9 100644 --- a/lang/cyclone/Makefile +++ b/lang/cyclone/Makefile @@ -18,7 +18,6 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ MAINTAINER= ports@geeksrus.net USE_GMAKE= yes -USE_GCC295= yes NO_PACKAGE= 'Neither CC nor CFLAGS safe.' WRKSRC= ${WRKDIR}/${PORTNAME} CYCBINDIR= ${PREFIX}/bin |