Skip to content
Commits on Source (3)
lamarc (2.1.10.1+dfsg-2) unstable; urgency=medium
* Enable build on hurd
Closes: #888225
* debhelper 11
-- Andreas Tille <tille@debian.org> Wed, 24 Jan 2018 08:37:59 +0100
lamarc (2.1.10.1+dfsg-1) unstable; urgency=medium
* Initial release (Closes: #886357)
......
......@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
libboost-dev,
libtinyxml-dev,
libwxgtk3.0-dev
......
Description: Enable build on hurd
Bug-Debian: http://bugs.debian.org/888225
Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 24 Jan 2018 08:35:01 +0100
--- a/configure.ac
+++ b/configure.ac
@@ -66,7 +66,7 @@ case "$target_os" in
LAMARC_CODE_OSTYPE=LAMARC_COMPILE_MACOSX
fi
;;
- freebsd*|linux*)
+ freebsd*|linux*|hurd*)
if test "X${lamCONV}" = "Xyes" ; then
if test "X${lamGUI}" = "Xyes" ; then
if test "X${GUI_TOOLKIT}" = "X" ; then
@@ -92,11 +92,11 @@ case "$target_os" in
;;
*)
if test "X${LAMARC_CODE_OSTYPE}" = "X" ; then
- GUI_TOOLKIT=osx_cocoa
- LAMARC_CODE_OSTYPE=LAMARC_COMPILE_MACOSX
+ GUI_TOOLKIT=gtk2
+ LAMARC_CODE_OSTYPE=LAMARC_COMPILE_LINUX
echo "*************************************************************"
- echo "DO NOT CHECK THIS config.ac in, it has GUI_TOOLKIT and"
- echo "LAMARC_CODE_OSTYPE hardwired for 10.7 mac"
+ echo "No known OSTYPE"
+ echo "Use toolkit gtk2 and Linux settings"
echo "*************************************************************"
fi
;;
......@@ -2,3 +2,4 @@ use_debian_packaged_tinyxml.patch
use_debian_packaged_boost.patch
limits.patch
fix_install_target.patch
enable_build_on_hurd.patch