1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

- Force GCC 4.4+ for rawtherapee. Apparently, GCC 4.2.1 on FreeBSD 8.2

can't compile it.

Reported by:	Hanno Krusken <lr101fc@yahoo.co.uk>, ajtiM <lumiwa@gmail.com>
This commit is contained in:
Stanislav Sedov 2011-09-09 18:33:46 +00:00
parent 6757d8fc61
commit d11decb109
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281524

View File

@ -26,6 +26,7 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
USE_CMAKE= yes
USE_BZIP2= yes
USE_GCC= 4.4+
USE_GNOME= gtk20 glib20 pkgconfig
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include -fPIC ${PTHREAD_CFLAGS}