ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/www/webkit-qt5/files/patch-Tools_qmake_config.tests_leveldb_leveldb.pro
Revision: 23458
Committed: Wed May 9 22:01:28 2018 UTC (5 years, 11 months ago) by laffer1
Content type: text/plain
File size: 560 byte(s)
Log Message:
add patches

File Contents

# Content
1 Setting OBJECTS_DIR to "obj" causes problems with make(1), as "obj" is one of
2 the directories make tries to enter in case it exists (because of .OBJDIR).
3 Since qmake will create it because of OBJECTS_DIR, make will invoke the
4 compiler from there and fail because it's trying to pass "-o obj/foo.o" while
5 already in obj/.
6
7 --- Tools/qmake/config.tests/leveldb/leveldb.pro.orig 2016-09-26 14:57:15 UTC
8 +++ Tools/qmake/config.tests/leveldb/leveldb.pro
9 @@ -1,5 +1,4 @@
10 SOURCES = leveldb.cpp
11 -OBJECTS_DIR = obj
12 LIBS += -lleveldb -lmemenv
13
14 load(qt_build_config)

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain