SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
32
lang/tcl/8.5/patches/patch-unix_configure
Normal file
32
lang/tcl/8.5/patches/patch-unix_configure
Normal file
|
@ -0,0 +1,32 @@
|
|||
Setting this here will allow it to propagate through everything.
|
||||
|
||||
Index: unix/configure
|
||||
--- unix/configure.orig
|
||||
+++ unix/configure
|
||||
@@ -7565,7 +7565,7 @@ fi
|
||||
CC_SEARCH_FLAGS=""
|
||||
LD_SEARCH_FLAGS=""
|
||||
;;
|
||||
- OpenBSD-*)
|
||||
+ OpenBSD-*|SecBSD-*)
|
||||
arch=`arch -s`
|
||||
case "$arch" in
|
||||
vax)
|
||||
@@ -8854,7 +8854,7 @@ fi
|
||||
BSD/OS*) ;;
|
||||
CYGWIN_*|MINGW32_*) ;;
|
||||
IRIX*) ;;
|
||||
- NetBSD-*|FreeBSD-*|OpenBSD-*) ;;
|
||||
+ NetBSD-*|FreeBSD-*|OpenBSD-*|SecBSD-*) ;;
|
||||
Darwin-*) ;;
|
||||
SCO_SV-3.2*) ;;
|
||||
*) SHLIB_CFLAGS="-fPIC" ;;
|
||||
@@ -18827,7 +18827,7 @@ if test "$FRAMEWORK_BUILD" = "1" ; then
|
||||
elif test "$prefix/lib" != "$libdir"; then
|
||||
TCL_PACKAGE_PATH="${libdir} ${prefix}/lib ${TCL_PACKAGE_PATH}"
|
||||
else
|
||||
- TCL_PACKAGE_PATH="${prefix}/lib ${TCL_PACKAGE_PATH}"
|
||||
+ TCL_PACKAGE_PATH="${prefix}/lib/tcl"
|
||||
fi
|
||||
|
||||
#--------------------------------------------------------------------
|
Loading…
Add table
Add a link
Reference in a new issue