mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code)
18 lines
473 B
Text
18 lines
473 B
Text
--- mpiosh/Makefile.am.orig 2009-04-08 01:39:27.000000000 +0400
|
|
+++ mpiosh/Makefile.am 2009-04-08 01:39:41.000000000 +0400
|
|
@@ -12,7 +12,7 @@
|
|
|
|
AM_CFLAGS=-DSYSCONFDIR=\"@sysconfdir@\"
|
|
|
|
-mpiosh_LDADD=../libmpio/libmpio.la -lreadline -lncurses
|
|
+mpiosh_LDADD=../libmpio/libmpio.la -lreadline -lncurses %%ICONV_LIB%%
|
|
|
|
noinst_HEADERS = mpiosh.h \
|
|
callback.h \
|
|
@@ -20,4 +20,4 @@
|
|
command.h \
|
|
global.h \
|
|
cfgio.h \
|
|
- config.h
|
|
\ No newline at end of file
|
|
+ config.h
|