diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-09-22 23:26:36 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-09-22 23:26:36 +0000 |
commit | 472deb4dca1b590a6a5d6bd025d65da02f704ffd (patch) | |
tree | a2c9563db3b3e35eef9ccfbe53649f06696ca662 /textproc/modlogan/files/patch-configure | |
parent | Upgrade to 0.4.0 (diff) |
Add modlogan, a modular log file analysis program.
Submitted by: Alexander Leidinger <Alexander@Leidinger.net>
Notes
Notes:
svn path=/head/; revision=48096
Diffstat (limited to 'textproc/modlogan/files/patch-configure')
-rw-r--r-- | textproc/modlogan/files/patch-configure | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/textproc/modlogan/files/patch-configure b/textproc/modlogan/files/patch-configure new file mode 100644 index 000000000000..ada6176f91e3 --- /dev/null +++ b/textproc/modlogan/files/patch-configure @@ -0,0 +1,40 @@ +--- configure.orig Wed Sep 5 16:56:33 2001 ++++ configure Thu Sep 6 14:00:42 2001 +@@ -260,7 +260,6 @@ + : ${ac_max_here_lines=38} + + ac_unique_file="src/main.c" +-ac_subdirs_all="$ac_subdirs_all libltdl" + # Factoring default headers for most tests. + ac_includes_default="\ + #include <stdio.h> +@@ -7610,6 +7609,9 @@ + # PORTME does your system automatically load deplibs for dlopen()? + libltdl_cv_sys_dlopen_deplibs=unknown + case "$host_os" in ++ freebsd*) ++ libltdl_cv_sys_dlopen_deplibs=yes ++ ;; + linux*) + libltdl_cv_sys_dlopen_deplibs=yes + ;; +@@ -11850,7 +11852,7 @@ + + CFLAGS="${ac_save_CFLAGS}" # don't use CFLAGS from libtool + +-subdirs="$subdirs libltdl" ++subdirs="$subdirs" + + echo "$as_me:11855: checking for dmalloc.h" >&5 + echo $ECHO_N "checking for dmalloc.h... $ECHO_C" >&6 +@@ -14476,7 +14478,9 @@ + if test "$gt_cv_func_gettext_libintl" = "yes"; then + INTLLIBS='-lintl' + fi +- ++ if test "$gt_cv_func_gettext_libintl" = "yes"; then ++ INTLLIBS='-lintl' ++ fi + fi + + if test "$CATOBJEXT" = "NONE"; then |