landry 9851becb3f Import garcon 0.1.5
This is garcon, a freedesktop.org compliant menu implementation based
on GLib and GIO. It was started as a complete rewrite of the former
Xfce menu library called libxfce4menu, which, in contrast to garcon,
was lacking menu merging features essential for loading menus modified
with menu editors.

Installs the xfce-applications.menu file which was previously in
xfdesktop, hence @conflict with xfdesktop-<4.7.0.
2011-01-18 19:55:53 +00:00

24 lines
846 B
Plaintext

$OpenBSD: patch-configure,v 1.1.1.1 2011/01/18 19:55:53 landry Exp $
--- configure.orig Sun Jan 16 14:35:59 2011
+++ configure Sun Jan 16 16:05:28 2011
@@ -14423,19 +14423,6 @@ $as_echo "$enable_debug" >&6; }
fi
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $LD accepts --as-needed" >&5
-$as_echo_n "checking whether $LD accepts --as-needed... " >&6; }
-case `$LD --as-needed -v 2>&1 </dev/null` in
-*GNU* | *'with BFD'*)
- LDFLAGS="$LDFLAGS -Wl,--as-needed"
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
- ;;
-*)
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
- ;;
-esac
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $LD accepts -O1" >&5
$as_echo_n "checking whether $LD accepts -O1... " >&6; }
case `$LD -O1 -v 2>&1 </dev/null` in