I have uploaded an NMU of flite to fix bug #493463 in DELAYED/7. Please
find attached the diff of the NMU.

-- 
  .''`.  Aurelien Jarno             | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   [EMAIL PROTECTED]         | [EMAIL PROTECTED]
   `-    people.debian.org/~aurel32 | www.aurel32.net
diff -u flite-1.2-release/debian/changelog flite-1.2-release/debian/changelog
--- flite-1.2-release/debian/changelog
+++ flite-1.2-release/debian/changelog
@@ -1,3 +1,10 @@
+flite (1.2-release-2.4) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build shared libraries on GNU/kFreeBSD (Closes: #493463).
+
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Thu, 14 Aug 2008 21:14:53 +0200
+
 flite (1.2-release-2.3) unstable; urgency=medium
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- flite-1.2-release.orig/configure
+++ flite-1.2-release/configure
@@ -1113,7 +1113,7 @@
 OTHERLIBS=
 if test "$shared" = true; then
    case "$host_os" in
-	linux*)
+	linux*|kfreebsd*)
 		SHFLAGS="-fPIC"
         ;;
 	solaris*)
only in patch2:
unchanged:
--- flite-1.2-release.orig/configure.in
+++ flite-1.2-release/configure.in
@@ -61,7 +61,7 @@
 OTHERLIBS=
 if test "$shared" = true; then
    case "$host_os" in
-	linux*)
+	linux*|kfreebsd*)
 		SHFLAGS="-fPIC"
         ;;
 	solaris*)

Reply via email to