svn commit: r335042 - head/graphics/gphoto2
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Nov 27 18:33:24 UTC 2013
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
More information about the svn-ports-all
mailing list