Date: Wed, 27 Nov 2013 18:33:24 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335042 - head/graphics/gphoto2 Message-ID: <201311271833.rARIXODA082761@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Nov 27 18:33:24 2013 New Revision: 335042 URL: http://svnweb.freebsd.org/changeset/ports/335042 Log: - Fix build on 10.x Modified: head/graphics/gphoto2/Makefile Modified: head/graphics/gphoto2/Makefile ============================================================================== --- head/graphics/gphoto2/Makefile Wed Nov 27 18:26:48 2013 (r335041) +++ head/graphics/gphoto2/Makefile Wed Nov 27 18:33:24 2013 (r335042) @@ -18,6 +18,8 @@ USES= gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-cdk +CONFIGURE_ENV= POPT_CFLAGS="-I${LOCALBASE}/include" \ + POPT_LIBS="-L${LOCALBASE}/lib -lpopt" OPTIONS_DEFINE= AALIB DOCS NLS OPTIONS_DEFAULT= AALIB
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311271833.rARIXODA082761>