svn commit: r472470 - head/devel/qt4-dbus

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 15 17:40:04 UTC 2018


Author: amdmi3
Date: Fri Jun 15 17:40:02 2018
New Revision: 472470
URL: https://svnweb.freebsd.org/changeset/ports/472470

Log:
  - Remove always-true OSVERSION condition
  
  Approved by:	portmgr blanket

Modified:
  head/devel/qt4-dbus/Makefile

Modified: head/devel/qt4-dbus/Makefile
==============================================================================
--- head/devel/qt4-dbus/Makefile	Fri Jun 15 17:38:51 2018	(r472469)
+++ head/devel/qt4-dbus/Makefile	Fri Jun 15 17:40:02 2018	(r472470)
@@ -45,7 +45,7 @@ INSTALL_WRKSRC=	${BUILD_WRKSRC}
 .include <bsd.port.pre.mk>
 
 # Without this workaround, qdbus crashes.
-.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000
+.if ${OPSYS} == FreeBSD
 CXXFLAGS+=	-fno-use-cxa-atexit
 .endif
 


More information about the svn-ports-all mailing list