-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
duti: update to new darwin SDK pattern
remove old SDK, patch build configure checks Signed-off-by: Nicholas Hassan <[email protected]>
- Loading branch information
Showing
3 changed files
with
46 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
diff --git a/Makefile.in b/Makefile.in | ||
index d5c9fda..a596462 100644 | ||
--- a/Makefile.in | ||
+++ b/Makefile.in | ||
@@ -14,10 +14,7 @@ DUTI_BUILD_DATE=@build_date@ | ||
|
||
CC= @CC@ | ||
FRAMEWORKS= -framework ApplicationServices -framework CoreFoundation | ||
-OPTOPTS= -isysroot @macosx_sdk@ \ | ||
- @macosx_arches@ \ | ||
- -mmacosx-version-min=@macosx_dep_target@ \ | ||
- @OPTOPTS@ | ||
+OPTOPTS= @OPTOPTS@ | ||
|
||
LIBS= @LIBS@ | ||
LDFLAGS= @LDFLAGS@ ${LIBS} | ||
diff --git a/configure.ac b/configure.ac | ||
index 815f395..05caaed 100644 | ||
--- a/configure.ac | ||
+++ b/configure.ac | ||
@@ -15,8 +15,8 @@ AC_PROG_CC | ||
AC_PROG_INSTALL | ||
|
||
AC_CANONICAL_SYSTEM | ||
-DUTI_CHECK_SDK | ||
-DUTI_CHECK_DEPLOYMENT_TARGET | ||
+#DUTI_CHECK_SDK | ||
+#DUTI_CHECK_DEPLOYMENT_TARGET | ||
|
||
# function checks | ||
AC_CHECK_FUNC(strlcpy,have_strlcpy=yes,) |
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