diff options
author | asami <asami@FreeBSD.org> | 1998-10-28 04:26:37 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-28 04:26:37 +0800 |
commit | 6dc1e122f8b080992b72fa83821e651206dc88fb (patch) | |
tree | 0e09846b095de4bb72a67ac7d30948c0f0d447e5 /graphics | |
parent | 8a78367a1b62ed18e860ac46487b66c50db50f1f (diff) | |
download | freebsd-ports-gnome-6dc1e122f8b080992b72fa83821e651206dc88fb.tar.gz freebsd-ports-gnome-6dc1e122f8b080992b72fa83821e651206dc88fb.tar.zst freebsd-ports-gnome-6dc1e122f8b080992b72fa83821e651206dc88fb.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.
Diffstat (limited to 'graphics')
-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 |