You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
7501024c84
Fixes https://trac.macports.org/ticket/22563 Fixes https://trac.macports.org/ticket/26032
17 lines
758 B
Diff
17 lines
758 B
Diff
--- src/src.pro.orig 2018-11-01 17:15:39.000000000 -0700
|
|
+++ src/src.pro 2018-11-19 06:15:43.000000000 -0700
|
|
@@ -176,10 +176,12 @@
|
|
QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.5.sdk
|
|
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.5
|
|
}
|
|
+ QMAKE_MACOSX_DEPLOYMENT_TARGET=__MACPORTS_MACOSX_DEPLOYMENT_TARGET__
|
|
+ QMAKE_MAC_SDK=__MACPORTS_MAC_SDK__
|
|
|
|
# Frameworks are specified in src.pri
|
|
|
|
QMAKE_INFO_PLIST = ../mac/Info.plist
|
|
RC_FILE = ../mac/application.icns
|
|
- QMAKE_POST_LINK = cp -R ../certs ../iconsets ../sound `dirname $(TARGET)`/../Resources ; echo "APPLpsi " > `dirname $(TARGET)`/../PkgInfo
|
|
+ QMAKE_POST_LINK = cp -R ../certs ../iconsets ../sound ../themes `dirname $(TARGET)`/../Resources ; echo "APPLpsi " > `dirname $(TARGET)`/../PkgInfo
|
|
}
|