1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

devel/dbus-qt4:

- Complement OSVERSION check with OPSYS
This commit is contained in:
Max Brazhnikov 2014-03-03 07:35:23 +00:00
parent d6cd015bfa
commit 9ba6482283
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346863

View File

@ -42,7 +42,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC}
.include <bsd.port.pre.mk>
# Without this workaround, qdbus crashes.
.if ${OSVERSION} > 1000000
.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000
CXXFLAGS+= -fno-use-cxa-atexit
.endif