freebsd-ports/converters/libiconv/files/patch-libcharset_Makefile.in
Joe Marcus Clarke b2c94fed6e Allow libiconv to be built by a non-root user.
PR:		36810
Submitted by:	KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
2002-05-14 19:28:45 +00:00

11 lines
589 B
Text

--- libcharset/Makefile.in.orig Mon May 21 23:48:37 2001
+++ libcharset/Makefile.in Sat Apr 6 21:25:39 2002
@@ -38,7 +38,7 @@
# Installs the library and include files only. Typically called with only
# $(libdir) and $(includedir) - don't use $(prefix) and $(exec_prefix) here.
install-lib : all force
- cd lib && $(MAKE) install-lib libdir='$(libdir)' includedir='$(includedir)'
+ cd lib && $(MAKE) install-lib libdir='$(libdir)' includedir='$(includedir)' sysconfdir='$(sysconfdir)'
$(MKINSTALLDIRS) $(includedir)
$(INSTALL_DATA) include/libcharset.h $(includedir)/libcharset.h