1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Add USE_GCC=3.4 to fix compile problem on 4.x

This commit is contained in:
Vanilla I. Shu 2005-07-04 06:47:42 +00:00
parent 083c8173df
commit 54bc5ad019
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138446

View File

@ -7,6 +7,7 @@
PORTNAME= edje
PORTVERSION= 0.5.0.010
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://enlightenment.freedesktop.org/files/
@ -19,7 +20,8 @@ LIB_DEPENDS= embryo.9:${PORTSDIR}/lang/embryo \
evas.1:${PORTSDIR}/graphics/evas \
ecore.1:${PORTSDIR}/x11/ecore
USE_LIBTOOL_VER= 15
USE_LIBTOOL_VER= 13
USE_GCC= 3.4
USE_GNOME= gnomehack pkgconfig gnometarget
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \