Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2002 17:17:30 +0900
From:      FUJISHIMA Satsuki <sf@FreeBSD.org>
To:        nicolas chernyy <nico@routed.net>
Cc:        pfeifer@dbai.tuwien.ac.at, ports@FreeBSD.org
Subject:   Re: FreeBSD Port: wine-2001.12.26
Message-ID:  <86wuy1r2p1.wl@gray.plala.or.jp>
In-Reply-To: <3C55AA4D.76108A1A@routed.net>
References:  <3C55AA4D.76108A1A@routed.net>

next in thread | previous in thread | raw e-mail | index | archive | help
At Mon, 28 Jan 2002 19:45:17 +0000,
nicolas chernyy wrote:
> cc -c -I. -I. -I../../include -I../../include -I/usr/local/include/freetype2 -O -pipe  -g -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__  -D_REENTRANT -D_THREAD_SAFE -I/usr/X11R6/include -o freetype.o freetype.c
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
should be:
-I/usr/local/include/freetype2 -I/usr/local/include

and that line is directly created by `freetype-config --cflags`. This
means your freetype2 installation has been choked or too old.

Gerald, how about enabling freetype2?

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/emulators/wine/Makefile,v
retrieving revision 1.117
diff -u -r1.117 Makefile
--- Makefile	23 Jan 2002 17:45:56 -0000	1.117
+++ Makefile	29 Jan 2002 07:24:27 -0000
@@ -15,9 +15,13 @@
 
 MAINTAINER=	pfeifer@dbai.tuwien.ac.at
 
+LIB_DEPENDS=	freetype.8:${PORTSDIR}/print/freetype2
+
 WRKSRC=		${WRKDIR}/wine-${PORTVERSION:S/.//g}
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-opengl
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LIBS="-Wl,-rpath,${PREFIX}/lib/wine -L${LOCALBASE}/lib"
 CONFIGURE_ENV=	LIBS=-Wl,-rpath,${PREFIX}/lib/wine
 INSTALLS_SHLIB=	yes
 LDCONFIG_DIRS=	%%PREFIX%%/lib/wine

-- 
FUJISHIMA Satsuki

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86wuy1r2p1.wl>