]> git.pld-linux.org Git - packages/bbmail.git/commitdiff
- patch for configure.in to properly detecting fmod() function in libs to linking RA-1_0 STABLE bbmail-0_8_2-3
authormarcus <marcus@pld-linux.org>
Fri, 12 Apr 2002 19:57:42 +0000 (19:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bbmail-fmod.patch -> 1.1

bbmail-fmod.patch [new file with mode: 0644]

diff --git a/bbmail-fmod.patch b/bbmail-fmod.patch
new file mode 100644 (file)
index 0000000..ae264bb
--- /dev/null
@@ -0,0 +1,10 @@
+diff -uNr bbmail-0.8.2.orig/configure.in bbmail-0.8.2/configure.in
+--- bbmail-0.8.2.orig/configure.in     Sat Nov 10 17:15:48 2001
++++ bbmail-0.8.2/configure.in  Fri Apr 12 19:51:10 2002
+@@ -90,5 +90,6 @@
+ dnl Checks for library functions.
+ AC_CHECK_FUNCS(select strstr)
++AC_CHECK_FUNC(fmod, [], AC_CHECK_LIB(m, fmod))
+ AC_OUTPUT(version.h Makefile data/Makefile scripts/Makefile)
This page took 0.025574 seconds and 4 git commands to generate.