SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
math/cfitsio/patches/patch-configure
Normal file
12
math/cfitsio/patches/patch-configure
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -5260,7 +5260,7 @@ esac
|
||||
# Darwin uses gcc (=cc), but needs different flags (see above)
|
||||
if test "x$EXT" != xdarwin && test "x$EXT" != xcygwin && test "x$EXT" != xmingw32; then
|
||||
if test "x$GCC" = xyes; then
|
||||
- SHLIB_LD="$CC -shared -Wl,-soname,lib\${PACKAGE}\${SHLIB_SUFFIX}.\${CFITSIO_SONAME}"
|
||||
+ SHLIB_LD="$CC -shared -Wl,-soname,lib\${PACKAGE}\${SHLIB_SUFFIX}"
|
||||
lhea_shlib_cflags='-fPIC'
|
||||
fi
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue