[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#298411: FTBFS on kfreebsd-gnu



Package: myspell
Version: 3.0+pre3.1-10
Severity: wishlist
Tags: patch

Hi,

This package fails to build on kfreebsd-gnu.  The attached patch fixes the
problem.  Please could you send it to upstream?

Note this change superceeds the one in hurd.diff which unnecessarily duplicated
GNU-related variables.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: kfreebsd-i386 (i686)
Kernel: GNU/kFreeBSD 5.3-5
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
--- myspell-3.0+pre3.1.old/Makefile     2004-01-06 04:17:51.000000000 +0100
+++ myspell-3.0+pre3.1/Makefile 2005-02-28 16:44:14.000000000 +0100
@@ -7,7 +7,7 @@
 VERMINOR=1
 VERSION=$(VERMAJOR).$(VERMINOR)
 
-PLATFORM := $(shell uname -s)
+PLATFORM := $(shell uname -s | sed -e "s,GNU/.*,GNU,g" -e "s,GNU,Linux,g")
 
 ifeq "$(PLATFORM)" "Linux"
   CXX ?= g++

Reply to: