svn commit: r361070 - head/x11-toolkits/soqt
John Marino
marino at FreeBSD.org
Mon Jul 7 12:37:04 UTC 2014
Author: marino
Date: Mon Jul 7 12:37:04 2014
New Revision: 361070
URL: http://svnweb.freebsd.org/changeset/ports/361070
QAT: https://qat.redports.org/buildarchive/r361070/
Log:
x11-toolkits/soqt: Force no-debug build (from dports)
When built with debug flag, this port changes the name of the installed
files thus failing at stage phase. For now, disable the detection and
force configuration without debug
Modified:
head/x11-toolkits/soqt/Makefile
Modified: head/x11-toolkits/soqt/Makefile
==============================================================================
--- head/x11-toolkits/soqt/Makefile Mon Jul 7 12:35:24 2014 (r361069)
+++ head/x11-toolkits/soqt/Makefile Mon Jul 7 12:37:04 2014 (r361070)
@@ -23,7 +23,8 @@ USE_GL= gl
GNU_CONFIGURE= yes
CONFIGURE_ENV= QTDIR="${QT_PREFIX}" MOC="${MOC}"
CONFIGURE_ARGS= --with-pthread=yes --with-coin=${LOCALBASE} \
- --with-qt=${QT_LIBDIR}
+ --with-qt=${QT_LIBDIR} \
+ --enable-debug=no
USE_LDCONFIG= yes
CPPFLAGS+= -I${QT_INCDIR}/Qt -I${QT_INCDIR} -I${LOCALBASE}/include
More information about the svn-ports-all
mailing list