summaryrefslogtreecommitdiff
path: root/editors/abiword-devel/files/patch-at
diff options
context:
space:
mode:
Diffstat (limited to 'editors/abiword-devel/files/patch-at')
-rw-r--r--editors/abiword-devel/files/patch-at33
1 files changed, 33 insertions, 0 deletions
diff --git a/editors/abiword-devel/files/patch-at b/editors/abiword-devel/files/patch-at
new file mode 100644
index 000000000000..0793c7dca316
--- /dev/null
+++ b/editors/abiword-devel/files/patch-at
@@ -0,0 +1,33 @@
+--- config/require/unix/Makefile.orig Tue Jan 2 16:21:42 2001
++++ config/require/unix/Makefile Tue Jan 2 16:23:08 2001
+@@ -164,22 +164,6 @@
+
+ _LIBICONV_:
+
+-ifdef __FreeBSD__
+- @if [ -d $(ABI_ROOT)/../libiconv ]; then \
+- echo Found libiconv in peer directory; \
+- if [ ! -r $(ABI_ROOT)/../libiconv/src/config.h ]; then \
+- cd $(ABI_ROOT)/../libiconv; \
+- ./configure; \
+- fi; \
+- $(MAKE) -f Makefile.abi -C $(ABI_ROOT)/../libiconv; \
+- else \
+- echo libiconv not found; \
+- echo TODO provide a nicer error message; \
+- echo TODO with instructions for obtaining it; \
+- exit 1; \
+- fi
+-
+-else
+ @if [ ! -r /usr/include/iconv.h -a ! -r /usr/local/include/iconv.h ]; then \
+ if [ -d $(ABI_ROOT)/../libiconv ]; then \
+ echo Found libiconv in peer directory; \
+@@ -200,7 +184,6 @@
+ echo "*** are the versions of the libraries we should link against."; \
+ echo ; \
+ fi
+-endif
+
+ #################################################################
+