summaryrefslogtreecommitdiff
path: root/package/pcmanfm/patches/patch-ltmain_sh.orig
diff options
context:
space:
mode:
Diffstat (limited to 'package/pcmanfm/patches/patch-ltmain_sh.orig')
-rw-r--r--package/pcmanfm/patches/patch-ltmain_sh.orig34
1 files changed, 0 insertions, 34 deletions
diff --git a/package/pcmanfm/patches/patch-ltmain_sh.orig b/package/pcmanfm/patches/patch-ltmain_sh.orig
deleted file mode 100644
index c80b629e8..000000000
--- a/package/pcmanfm/patches/patch-ltmain_sh.orig
+++ /dev/null
@@ -1,34 +0,0 @@
---- pcmanfm-2.0.orig/ltmain.sh 2011-04-14 20:46:32.000000000 +0200
-+++ pcmanfm-2.0/ltmain.sh 2011-04-16 11:59:52.000000000 +0200
-@@ -4216,19 +4216,6 @@ func_mode_link ()
- prev=
- continue
- ;;
-- framework)
-- case $host in
-- *-*-darwin*)
-- case "$deplibs " in
-- *" $qarg.ltframework "*) ;;
-- *) deplibs="$deplibs $qarg.ltframework" # this is fixed later
-- ;;
-- esac
-- ;;
-- esac
-- prev=
-- continue
-- ;;
- inst_prefix)
- inst_prefix_dir="$arg"
- prev=
-@@ -4452,11 +4439,6 @@ func_mode_link ()
- continue
- ;;
-
-- -framework)
-- prev=framework
-- continue
-- ;;
--
- -inst-prefix-dir)
- prev=inst_prefix
- continue