mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
dc8aedccce
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)
12 lines
321 B
Plaintext
12 lines
321 B
Plaintext
--- 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
|