mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +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
513 B
Plaintext
12 lines
513 B
Plaintext
--- config/require/unix/Makefile.orig Sun Jan 7 01:24:20 2001
|
|
+++ config/require/unix/Makefile Sun Jan 7 01:24:39 2001
|
|
@@ -22,7 +22,7 @@
|
|
|
|
include $(ABI_ROOT)/src/config/abi_defs.mk
|
|
|
|
-REQUIRE= _GCC_ _GLIB_ _GTK_ _ZLIB_ _LIBPNG_ _LIBWV_ _UNIXFONTS_ _ABIDISTFILES_ _GNOME_ _LIBICONV_
|
|
+REQUIRE= _GCC_ _GLIB_ _GTK_ _ZLIB_ _LIBPNG_ _LIBICONV_ _LIBWV_ _UNIXFONTS_ _ABIDISTFILES_ _GNOME_
|
|
REQUIREABICLEAN=
|
|
REQUIRECLEAN= clean_ZLIB_ clean_LIBPNG_ clean_LIBWV_ clean_LIBICONV_
|
|
REQUIREREALCLEAN= $(REQUIRECLEAN)
|