diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-01-08 06:28:38 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-01-08 06:28:38 +0000 |
commit | dc8aedccce47ff24c30a945a6b1881f6664279ef (patch) | |
tree | aa61914a6d81b2c43d07e9400367adc3e339865a /editors/abiword-devel/files/patch-av | |
parent | Add dependency on p5-Apache, p5-Apache-Icon, p5-Apache-Language and (diff) |
Sigh, go back to use AbiWord's builtin version of libiconv.
AbiWord will coredump and unable to display ANY character
correctly when linking against converters/iconv.
This is a temporary workaround.
Approved by: "Alec Wolman" <wolman@cs.washington.edu> (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=36928
Diffstat (limited to 'editors/abiword-devel/files/patch-av')
-rw-r--r-- | editors/abiword-devel/files/patch-av | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/abiword-devel/files/patch-av b/editors/abiword-devel/files/patch-av new file mode 100644 index 000000000000..bf783198b6ab --- /dev/null +++ b/editors/abiword-devel/files/patch-av @@ -0,0 +1,11 @@ +--- config/platforms/freebsd.mk.orig Sun Jan 7 01:04:09 2001 ++++ config/platforms/freebsd.mk Sun Jan 7 01:07:26 2001 +@@ -57,7 +57,7 @@ + endif + + # Includes +-OS_INCLUDES = -I/usr/local/include ++OS_INCLUDES = -I/usr/local/include -I$(ABI_ROOT)/../libiconv/include + G++INCLUDES = -I/usr/include/g++ + + # Compiler flags |