Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
f3d531d6
Commit
f3d531d6
authored
Apr 15, 2016
by
Rashad Kanavath
Browse files
SuperBuild: GEOTIFF: new patch for osx configure
parent
aa913226
Changes
1
Hide whitespace changes
Inline
Side-by-side
SuperBuild/patches/GEOTIFF/fix-configure-script.diff
0 → 100755
View file @
f3d531d6
diff -burN libgeotiff-1.4.1.orig/configure libgeotiff-1.4.1/configure
--- libgeotiff-1.4.1.orig/configure 2016-04-15 17:57:22.000000000 +0200
+++ libgeotiff-1.4.1/configure 2016-04-15 18:00:56.000000000 +0200
@@ -16101,7 +16101,7 @@
PROJ_CONFIG="yes"
- elif test \( -f "$PROJ_HOME/lib/libproj.a" -o -f "$PROJ_HOME/lib/libproj.so" \) -a -f "$PROJ_HOME/include/proj_api.h"; then
+ elif test \( -f "$PROJ_HOME/lib/libproj.a" -o -f "$PROJ_HOME/lib/libproj.so" -o -f "$PROJ_HOME/lib/libproj.dylib" \) -a -f "$PROJ_HOME/include/proj_api.h"; then
PROJ_LIB="-L$PROJ_HOME/lib -lproj"
PROJ_INC=$PROJ_HOME/include
@@ -21017,5 +21017,3 @@
echo ""
-
-
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment