summaryrefslogtreecommitdiff
path: root/package/neon/patches
diff options
context:
space:
mode:
Diffstat (limited to 'package/neon/patches')
-rw-r--r--package/neon/patches/patch-neon-config_in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/neon/patches/patch-neon-config_in b/package/neon/patches/patch-neon-config_in
new file mode 100644
index 000000000..6fc13138d
--- /dev/null
+++ b/package/neon/patches/patch-neon-config_in
@@ -0,0 +1,11 @@
+--- neon-0.29.5.orig/neon-config.in 2008-02-06 12:12:09.000000000 +0100
++++ neon-0.29.5/neon-config.in 2011-03-08 18:52:01.000000000 +0100
+@@ -78,7 +78,7 @@ while test $# -gt 0; do
+ if test "$prefix" != "/usr"; then
+ LIBS="-L${libdir} ${LIBS}"
+ fi
+- echo @user_LDFLAGS@ ${LIBS}
++ echo ${LIBS}
+ ;;
+
+ --la-file)