aboutsummaryrefslogtreecommitdiff
path: root/devel/orc/files
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2010-09-18 22:18:13 +0000
committerMartin Matuska <mm@FreeBSD.org>2010-09-18 22:18:13 +0000
commit8499b4f4bca8be469d695579d19bad4f70e3bec6 (patch)
treeb773ae4bac2d3082ed6f94886af4f511a14c8ca2 /devel/orc/files
parent9f54ff85c8d8c81779193417198f20df3472c027 (diff)
downloadports-8499b4f4bca8be469d695579d19bad4f70e3bec6.tar.gz
ports-8499b4f4bca8be469d695579d19bad4f70e3bec6.zip
- Update to 0.4.9
Notes
Notes: svn path=/head/; revision=261411
Diffstat (limited to 'devel/orc/files')
-rw-r--r--devel/orc/files/patch-orc-Makefile.in10
-rw-r--r--devel/orc/files/patch-orc-test-Makefile.in10
2 files changed, 20 insertions, 0 deletions
diff --git a/devel/orc/files/patch-orc-Makefile.in b/devel/orc/files/patch-orc-Makefile.in
new file mode 100644
index 000000000000..56f87fac410f
--- /dev/null
+++ b/devel/orc/files/patch-orc-Makefile.in
@@ -0,0 +1,10 @@
+--- orc/Makefile.in.orig 2010-09-18 23:58:41.578826120 +0200
++++ orc/Makefile.in 2010-09-18 23:58:49.538047967 +0200
+@@ -324,7 +324,6 @@
+ lib_LTLIBRARIES = liborc-@ORC_MAJORMINOR@.la
+ liborc_@ORC_MAJORMINOR@_la_LIBADD = $(LIBM) $(LIBRT)
+ liborc_@ORC_MAJORMINOR@_la_LDFLAGS = \
+- -version-info $(ORC_LIBVERSION) \
+ -no-undefined -export-symbols-regex 'orc_'
+
+ liborc_@ORC_MAJORMINOR@_la_CFLAGS = $(ORC_CFLAGS) \
diff --git a/devel/orc/files/patch-orc-test-Makefile.in b/devel/orc/files/patch-orc-test-Makefile.in
new file mode 100644
index 000000000000..514f2c5b1146
--- /dev/null
+++ b/devel/orc/files/patch-orc-test-Makefile.in
@@ -0,0 +1,10 @@
+--- orc-test/Makefile.in.orig 2010-09-19 00:02:22.545716366 +0200
++++ orc-test/Makefile.in 2010-09-19 00:02:29.607626255 +0200
+@@ -243,7 +243,6 @@
+ lib_LTLIBRARIES = liborc-test-@ORC_MAJORMINOR@.la
+ liborc_test_@ORC_MAJORMINOR@_la_LIBADD = $(ORC_LIBS)
+ liborc_test_@ORC_MAJORMINOR@_la_LDFLAGS = \
+- -version-info $(ORC_LIBVERSION) \
+ -no-undefined -export-symbols-regex 'orc_'
+
+ liborc_test_@ORC_MAJORMINOR@_la_CFLAGS = $(ORC_CFLAGS) \