summaryrefslogtreecommitdiffstats
path: root/main/abiword/abiword-2.8.6-no-undefined.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-02-08 20:27:01 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-02-08 20:27:32 +0000
commit0b095f9fe2ee5aad3158e1e979ad13f442f9f4c3 (patch)
tree1c061ee7f02012842ae1593fc53086cb36f08746 /main/abiword/abiword-2.8.6-no-undefined.patch
parentb7794249eef7b51c7a61363dd19fab877fb8f1d2 (diff)
downloadaports-0b095f9fe2ee5aad3158e1e979ad13f442f9f4c3.tar.bz2
aports-0b095f9fe2ee5aad3158e1e979ad13f442f9f4c3.tar.xz
main/abiword: rebuild against libwv-1.2.9
Diffstat (limited to 'main/abiword/abiword-2.8.6-no-undefined.patch')
-rw-r--r--main/abiword/abiword-2.8.6-no-undefined.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/main/abiword/abiword-2.8.6-no-undefined.patch b/main/abiword/abiword-2.8.6-no-undefined.patch
new file mode 100644
index 000000000..c07000edb
--- /dev/null
+++ b/main/abiword/abiword-2.8.6-no-undefined.patch
@@ -0,0 +1,21 @@
+diff -u -r abiword-2.8.6.orig/src/Makefile.am abiword-2.8.6/src/Makefile.am
+--- abiword-2.8.6.orig/src/Makefile.am 2009-09-09 15:11:01.000000000 +0200
++++ abiword-2.8.6/src/Makefile.am 2011-08-02 23:35:51.904761961 +0200
+@@ -107,7 +107,7 @@
+
+ AbiWord_LDFLAGS = \
+ $(DEPS_LIBS) \
+- --no-undefined \
++ -Wl,--no-undefined \
+ -avoid-version \
+ -export-dynamic \
+ -headerpad_max_install_names
+@@ -129,7 +129,7 @@
+
+ abiword_LDFLAGS = \
+ $(platform_ldflags) \
+- --no-undefined \
++ -Wl,--no-undefined \
+ -avoid-version \
+ -export-dynamic
+