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

Mark broken: does not build

c++ -c -O2 -pipe -fno-strict-aliasing -O2 -pthread -D_THREAD_SAFE -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtNetwork -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4 -I../src -I. -I/usr/local/include/qt4 -I/usr/local/include -o qtsoap.o ../src/qtsoap.cpp
In file included from ../src/qtsoap.cpp:40:
../src/qtsoap.h:44:10: fatal error: 'QtXml/QtXml' file not found
#include <QtXml/QtXml>

Reported by:	pkg-fallout since november 2013
This commit is contained in:
Antoine Brodin 2014-02-22 09:49:11 +00:00
parent a3f1f29556
commit d99fb72475
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345575

View File

@ -2,6 +2,7 @@
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../qt4-qtsolutions-singleapplication
BROKEN= Does not build
.include "${MASTERDIR}/Makefile"