diff options
author | asami <asami@FreeBSD.org> | 1998-09-15 15:25:47 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-15 15:25:47 +0800 |
commit | a59744597cda1dd8ca97b8201ec140573a937604 (patch) | |
tree | aa2f5cb9d199cd3f2cfede18644abf13aedd84f0 /textproc | |
parent | b56e8d8debee26b3866af54dcf860ddc16e6b4ec (diff) | |
download | freebsd-ports-gnome-a59744597cda1dd8ca97b8201ec140573a937604.tar.gz freebsd-ports-gnome-a59744597cda1dd8ca97b8201ec140573a937604.tar.zst freebsd-ports-gnome-a59744597cda1dd8ca97b8201ec140573a937604.zip |
This port doesn't build:
===
:
c++ -O2 -pipe -DHAVE_CONFIG_H -c -o html-table.o html-table.cc
html-table.cc:19: declaration of C function `char * alloca(int)' conflicts with
/usr/include/stdlib.h:133: previous declaration `void * alloca(unsigned int)' here
gmake: *** [html-table.o] Error 1
*** Error code 2
===
While I'm here, portlint.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/word2x/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/word2x/Makefile b/textproc/word2x/Makefile index 810c45833329..b93fe493fae8 100644 --- a/textproc/word2x/Makefile +++ b/textproc/word2x/Makefile @@ -3,16 +3,18 @@ # Date created: 10 June 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/06/10 09:42:18 tg Exp $ +# $Id: Makefile,v 1.2 1998/09/14 02:45:06 thepish Exp $ DISTNAME= word2x PKGNAME= word2x-0.002 CATEGORIES= textproc MASTER_SITES= ftp://word2x.astra.co.uk/pub/word2x/ -WRKSRC= ${WRKDIR}/word2x-0.002 MAINTAINER= ports@FreeBSD.ORG +BROKEN= build + +WRKSRC= ${WRKDIR}/word2x-0.002 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" |