mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
18 lines
481 B
Text
18 lines
481 B
Text
--- mpiosh/Makefile.am.orig 2002-10-29 20:03:34 UTC
|
|
+++ mpiosh/Makefile.am
|
|
@@ -12,7 +12,7 @@ mpiosh_SOURCES = mpiosh.c \
|
|
|
|
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 @@ noinst_HEADERS = mpiosh.h \
|
|
command.h \
|
|
global.h \
|
|
cfgio.h \
|
|
- config.h
|
|
\ No newline at end of file
|
|
+ config.h
|