=================================================================== RCS file: /cvs/ports/graphics/cegui/Attic/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ports/graphics/cegui/Attic/Makefile 2009/02/27 15:09:50 1.3 +++ ports/graphics/cegui/Attic/Makefile 2009/06/11 13:44:28 1.4 @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2009/02/27 15:09:50 yason Exp $ +# $OpenBSD: Makefile,v 1.4 2009/06/11 12:44:28 yason Exp $ COMMENT = library providing windowing and widgets for graphics APIs -DISTNAME = CEGUI-0.6.2b +DISTNAME = CEGUI-0.6.2 PKGNAME = ${DISTNAME:L} SHARED_LIBS = CEGUIBase 3.0 \ @@ -43,13 +43,14 @@ --enable-toluacegui \ --disable-xerces-c +#MAKE_ENV = CONFIGURE_ENV += CPPLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm -lXi -lXmu" + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm -pthread -lXi -lXmu" -WRKDIST = ${WRKDIR}/CEGUI-0.6.2 - post-patch: +# Find out what prevents to fing GL/glu/h and GL/gl.h when building in Samples @perl -pi -e 's|Samples||g' ${WRKSRC}/Makefile.in +# @perl -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure .include