Add USES=compiler:c++1-lang to fix linking to graphics/engauge-digitizer
on GCC-based architectures. PR: 234338 Submitted by: Piotr Kubaj
This commit is contained in:
parent
deba560d35
commit
17abf8dab2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488431
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USES= gmake libtool pathfix
|
||||
USES= compiler:c++11-lang gmake libtool pathfix
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-html-docs
|
||||
REINPLACE_ARGS= -i ""
|
||||
|
|
Loading…
Reference in a new issue