mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
devel/qt4-script, fix build with clang6
PR: 224945 Reported by: jbeich
This commit is contained in:
parent
bc1efd8d4f
commit
8987c1a6de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458297
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= script
|
||||
DISTVERSION= ${QT4_VERSION}
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
@ -16,6 +16,7 @@ QT_DIST= yes
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
USE_CXXSTD= gnu++98
|
||||
|
||||
ALL_TARGET= first
|
||||
CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
|
||||
|
Loading…
Reference in New Issue
Block a user