freebsd-ports/audio/mpiosh/files/patch-mpiosh_Makefile.am
Stanislav Sedov a492e87bbd - Fix package building after switching to 'configure' rebuilding. [1]
- Do not install .la and static library files.

Reported by:	erwin [1]
2009-04-07 22:00:12 +00:00

18 lines
467 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 -liconv
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