diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-08-13 11:10:47 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-08-13 11:10:47 +0000 |
commit | 25e66fa5fc73f637f2dc79bc8a9c6f87eefe5f58 (patch) | |
tree | af7a55de85c823c65038e3090c87bf4f7803b368 | |
parent | 21ecb3dab9e29b7c97f74b61fee4044ea131fd07 (diff) | |
download | ports-25e66fa5fc73f637f2dc79bc8a9c6f87eefe5f58.tar.gz ports-25e66fa5fc73f637f2dc79bc8a9c6f87eefe5f58.zip |
Notes
-rw-r--r-- | lang/cint/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile index 1ecbc98dc6be..25415655bde3 100644 --- a/lang/cint/Makefile +++ b/lang/cint/Makefile @@ -3,7 +3,7 @@ PORTNAME= cint PORTVERSION= 5.18.00 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang MASTER_SITES= http://root.cern.ch/drupal/sites/default/files/ @@ -15,7 +15,8 @@ BROKEN_powerpc64= does not build: cint/include/iosenum.h: segmentation fault (co BUILD_DEPENDS= bash:shells/bash HAS_CONFIGURE= yes -CONFIGURE_ENV= CC="${CC}" CXX="${CXX}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV= CC="${CC}" CXX="${CXX}" LDFLAGS="${LDFLAGS}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" USE_GCC= yes USES= gmake readline tar:tgz USE_LDCONFIG= ${PREFIX}/lib/cint |