You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
9124aa6315
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@127111 d073be05-634f-4543-b044-5fe20cf6d1d6
33 lines
859 B
Diff
33 lines
859 B
Diff
--- orig.kdiff3.pro 2014-07-03 13:37:37.000000000 +0200
|
|
+++ kdiff3.pro 2014-10-17 18:20:22.000000000 +0200
|
|
@@ -1,8 +1,8 @@
|
|
TEMPLATE = app
|
|
# When unresolved items remain during linking: Try adding "shared" in the CONFIG.
|
|
-CONFIG += qt warn_on thread precompile_header
|
|
+CONFIG += qt warn_on thread
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
|
|
-#!os2:PRECOMPILED_HEADER = stable.h
|
|
+
|
|
HEADERS = version.h \
|
|
common.h \
|
|
diff.h \
|
|
@@ -66,12 +66,16 @@
|
|
}
|
|
|
|
unix {
|
|
- documentation.path = /usr/local/share/doc/kdiff3
|
|
+ documentation.path = @PREFIX@/share/doc/kdiff3
|
|
documentation.files = ../doc/*
|
|
|
|
INSTALLS += documentation
|
|
|
|
- target.path = /usr/local/bin
|
|
+ target.path = @PREFIX@/bin
|
|
INSTALLS += target
|
|
}
|
|
|
|
+mac {
|
|
+ CONFIG -= app_bundle
|
|
+}
|
|
+
|