aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sge62/files/patch-dist_util_create__settings.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/sge62/files/patch-dist_util_create__settings.sh')
-rw-r--r--sysutils/sge62/files/patch-dist_util_create__settings.sh22
1 files changed, 0 insertions, 22 deletions
diff --git a/sysutils/sge62/files/patch-dist_util_create__settings.sh b/sysutils/sge62/files/patch-dist_util_create__settings.sh
deleted file mode 100644
index 398a8a705e0e..000000000000
--- a/sysutils/sge62/files/patch-dist_util_create__settings.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-
-$FreeBSD$
-
---- dist/util/create_settings.sh.orig
-+++ dist/util/create_settings.sh
-@@ -102,6 +102,7 @@
- echo 'switch ($ARCH)' >> $SP_CSH
- #ENFORCE_SHLIBPATH#echo 'case "sol*":' >> $SP_CSH
- #ENFORCE_SHLIBPATH#echo 'case "lx*":' >> $SP_CSH
-+#ENFORCE_SHLIBPATH#echo 'case "fbsd-*":' >> $SP_CSH
- #ENFORCE_SHLIBPATH#echo ' breaksw' >> $SP_CSH
- echo 'case "*":' >> $SP_CSH
- echo " set shlib_path_name = \`\$SGE_ROOT/util/arch -lib\`" >> $SP_CSH
-@@ -154,7 +155,7 @@
-
- echo '# library path setting required only for architectures where RUNPATH is not supported' >> $SP_SH
- echo 'case $ARCH in' >> $SP_SH
--#ENFORCE_SHLIBPATH#echo 'sol*|lx*)' >> $SP_SH
-+#ENFORCE_SHLIBPATH#echo 'sol*|lx*|fbsd-*)' >> $SP_SH
- #ENFORCE_SHLIBPATH#echo ' ;;' >> $SP_SH
- echo '*)' >> $SP_SH
- echo " shlib_path_name=\`\$SGE_ROOT/util/arch -lib\`" >> $SP_SH