diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-17 05:31:30 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-17 05:31:30 +0200 |
commit | c2fc0a3b9adbf657f7afce0f3f653c48dee84add (patch) | |
tree | 7592323f9fb312d22ef5b5b88e3c4935073d8956 /package/pcmanfm/patches/patch-ltmain_sh.orig | |
parent | db4e450701bd974965ea77797b40fd37c0861f39 (diff) |
lxde updates
Diffstat (limited to 'package/pcmanfm/patches/patch-ltmain_sh.orig')
-rw-r--r-- | package/pcmanfm/patches/patch-ltmain_sh.orig | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/package/pcmanfm/patches/patch-ltmain_sh.orig b/package/pcmanfm/patches/patch-ltmain_sh.orig new file mode 100644 index 000000000..c80b629e8 --- /dev/null +++ b/package/pcmanfm/patches/patch-ltmain_sh.orig @@ -0,0 +1,34 @@ +--- 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 |