diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2005-03-04 11:38:18 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2005-03-04 11:38:18 +0000 |
commit | c164ad94cfabcd5f8a4856763b207057ffd3659b (patch) | |
tree | 83be4b2b81a8c09fc64de4c8093119b5c54a7862 /textproc/iiimf-server/files/patch-iiimsf_configure.ac | |
parent | - Update to version 1.3 (diff) |
IIIMF-related ports some changes:
- support CFLAGS of /etc/make.conf
- replace absolute path with ${LOCALBASE}, ${PREFIX} and others
- replace -pthread flags with ${THREAD*}
- m17n fixed of gnome-im-swither
- fixed vid krisbot
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
Diffstat (limited to 'textproc/iiimf-server/files/patch-iiimsf_configure.ac')
-rw-r--r-- | textproc/iiimf-server/files/patch-iiimsf_configure.ac | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/iiimf-server/files/patch-iiimsf_configure.ac b/textproc/iiimf-server/files/patch-iiimsf_configure.ac new file mode 100644 index 000000000000..2993c93bca78 --- /dev/null +++ b/textproc/iiimf-server/files/patch-iiimsf_configure.ac @@ -0,0 +1,19 @@ +--- iiimsf/configure.ac.orig Wed Mar 2 21:00:09 2005 ++++ iiimsf/configure.ac Wed Mar 2 21:00:37 2005 +@@ -236,13 +236,13 @@ + + CFLAGS="${COMMON_INCLUDE} ${COMMON_CXX_CFLAGS} ${COMMON_CFLAGS} \ + ${DEBUG_CXX_CFLAGS} ${DEBUG_CFLAGS} \ +- ${THREAD_CXX_CFLAGS}" ++ ${THREAD_CXX_CFLAGS} ${CFLAGS}" + + CXXFLAGS="${COMMON_INCLUDE} ${COMMON_CXX_CFLAGS} ${COMMON_CXXFLAGS} \ + ${DEBUG_CXX_CFLAGS} ${DEBUG_CXXFLAGS} \ +- ${THREAD_CXX_CFLAGS}" ++ ${THREAD_CXX_CFLAGS} ${CXXFLAGS}" + +-LDFLAGS="${COMMON_LDFLAGS} ${THREAD_LDFLAGS}" ++LDFLAGS="${COMMON_LDFLAGS} ${THREAD_LDFLAGS} ${LDFLAGS}" + + if test $HAVE_LIBCRYPT = "yes"; then + LIBCRYPT_FLAGS="-lcrypt" |