Date: Wed, 5 Feb 2014 19:01:34 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342817 - head/science/avogadro Message-ID: <201402051901.s15J1YsA093240@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Wed Feb 5 19:01:34 2014 New Revision: 342817 URL: http://svnweb.freebsd.org/changeset/ports/342817 QAT: https://qat.redports.org/buildarchive/r342817/ Log: science/avogadro: Specify libGL explicitly with associated CFLAG Modified: head/science/avogadro/Makefile Modified: head/science/avogadro/Makefile ============================================================================== --- head/science/avogadro/Makefile Wed Feb 5 18:42:29 2014 (r342816) +++ head/science/avogadro/Makefile Wed Feb 5 19:01:34 2014 (r342817) @@ -20,7 +20,7 @@ OPTIONS_SUB= yes USE_BZIP2= yes USES= cmake desktop-file-utils pkgconfig -USE_GL= glu +USE_GL= glu gl USE_QT4= gui network opengl \ linguist_build moc_build qmake_build rcc_build uic_build CMAKE_ARGS= -DENABLE_GLSL=OFF \ @@ -28,7 +28,8 @@ CMAKE_ARGS= -DENABLE_GLSL=OFF \ USE_LDCONFIG= yes CFLAGS+= -idirafter ${LOCALBASE}/include/eigen2 \ - -idirafter ${LOCALBASE}/include + -idirafter ${LOCALBASE}/include \ + -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.options.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051901.s15J1YsA093240>