forked from macports/macports-ports
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tagainijisho: peg older systems to qt4 version
- Loading branch information
1 parent
83f920a
commit 887c197
Showing
3 changed files
with
77 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- CMakeLists.txt 2015-03-08 03:30:09.000000000 -0400 | ||
+++ CMakeLists.txt 2018-02-25 15:57:52.000000000 -0500 | ||
@@ -30,8 +30,6 @@ | ||
# 64 bits Intel binary with 10.6 compatibility | ||
if(APPLE) | ||
set(CMAKE_OSX_ARCHITECTURES "${ARCHS_STANDARD_64_BIT}") | ||
- set(CMAKE_OSX_SYSROOT "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk") | ||
- set(CMAKE_OSX_DEPLOYMENT_TARGET "10.6") | ||
set(CMAKE_PREFIX_PATH "${CMAKE_OSX_SYSROOT}/usr") | ||
set(CMAKE_FRAMEWORK_PATH "${CMAKE_OSX_SYSROOT}/Library/Frameworks:${CMAKE_OSX_SYSROOT}/System/") | ||
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/pack/MacOS/") |
18 changes: 18 additions & 0 deletions
18
aqua/tagainijisho/files/patch-pack-CMakeLists.txt-1.0.3.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- pack/CMakeLists.txt 2015-03-08 03:30:09.000000000 -0400 | ||
+++ pack/CMakeLists.txt 2018-02-25 17:07:43.000000000 -0500 | ||
@@ -67,13 +67,13 @@ | ||
endforeach(LANG ${UI_LANG}) | ||
|
||
# Qt config | ||
- install(CODE "file(WRITE \"\$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/${RESOURCES_DIR}/qt.conf\" \"[Paths]\nPlugins = PlugIns\nTranslations = Translations\n\")" COMPONENT Runtime) | ||
+ install(CODE "file(WRITE \"\$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/${RESOURCES_DIR}/qt.conf\" \"[Paths]\nPlugins = PlugIns\nTranslations = Translations\n\")" COMPONENT Runtime) | ||
|
||
# Qt plugins | ||
install(CODE " | ||
file(GLOB_RECURSE QTPLUGINS \"\${CMAKE_INSTALL_PREFIX}/${EXE_DIR}/plugins/*${CMAKE_SHARED_LIBRARY_SUFFIX}\") | ||
include(BundleUtilities) | ||
- fixup_bundle(\"${APPS}\" \"${QTPLUGINS}\" \"${QT_LIBRARY_DIRS}\")" COMPONENT Runtime) | ||
+ " COMPONENT Runtime) | ||
else(APPLE) | ||
set(CPACK_PACKAGE_NAME "tagainijisho") | ||
set(ROOT_DIR share/tagainijisho) |