ports/audio/mpiosh/files/patch-mpiosh_Makefile.am
Guido Falsi 642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
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)
2013-09-04 18:06:07 +00:00

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