diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-27 20:26:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-27 20:26:37 +0000 |
commit | 02a469bd67a1b22fe9d4625555175fd66177eb1f (patch) | |
tree | 7a2cc22577241b538a9099c5f213ef978ad8cd58 /graphics/gqview | |
parent | 6602bae8a112e963a198c0b1d5395c0488458b45 (diff) | |
download | ports-02a469bd67a1b22fe9d4625555175fd66177eb1f.tar.gz ports-02a469bd67a1b22fe9d4625555175fd66177eb1f.zip |
Mark this port broken:
===
:
===> Building for gqview-0.4.3
gcc -Wall -O -pipe `gtk11-config --cflags` -DHAVE_GTK_1_1=1 -c main.c
In file included from /usr/include/dirent.h:43,
from gqview.h:8,
from main.c:8:
/usr/include/sys/dirent.h:52: parse error before `u_int32_t'
/usr/include/sys/dirent.h:52: warning: no semicolon at end of struct or union
/usr/include/sys/dirent.h:53: warning: data definition has no type or storage class
/usr/include/sys/dirent.h:54: parse error before `d_type'
/usr/include/sys/dirent.h:54: warning: data definition has no type or storage class
/usr/include/sys/dirent.h:55: parse error before `d_namlen'
/usr/include/sys/dirent.h:55: warning: data definition has no type or storage class
/usr/include/sys/dirent.h:62: parse error before `}'
*** Error code 1
Stop.
Notes
Notes:
svn path=/head/; revision=14219
Diffstat (limited to 'graphics/gqview')
-rw-r--r-- | graphics/gqview/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index 79b11d956582..aafd43c529d7 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -3,7 +3,7 @@ # Date Created: 27 Oct 1998 # Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/10/27 16:56:41 vanilla Exp $ # DISTNAME= gqview-0.4.3.src @@ -17,6 +17,8 @@ MAINTAINER= Nakai@technologist.com LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \ Imlib.1:${PORTSDIR}/graphics/imlib +BROKEN= build + USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/gqview-0.4.3 ALL_TARGET= gqview |