Package: fqterm
Version: 0.9.3+svn666-1
Severity: normal

Hi,

fqterm currently fails to build on Debian GNU/Hurd. Here is a patch to let it build. I'm not sure if the exact placement is correct but it does build.

Thanks,

Barry deFreese


diff -urN repo/fqterm-0.9.3+svn666/CMakeLists.txt 
./fqterm-0.9.3+svn666/CMakeLists.txt
--- repo/fqterm-0.9.3+svn666/CMakeLists.txt     2009-03-29 02:44:04.410000000 
-0400
+++ ./fqterm-0.9.3+svn666/CMakeLists.txt        2009-06-08 16:42:42.000000000 
-0400
@@ -58,6 +58,10 @@
   ENDIF(APPLE)
 ENDIF(WIN32)
 
+IF(CMAKE_SYSTEM_NAME MATCHES "GNU")
+  SET(SUB_CMAKELIST "CMakeLists.txt.linux")
+ENDIF(CMAKE_SYSTEM_NAME MATCHES "GNU")
+
 IF(SUB_CMAKELIST MATCHES "UNKNOWN")
   MESSAGE(FATAL_ERROR "Unsupported system type detected!")
 ELSE(SUB_CMAKELIST MATCHES "UNKNOWN")

Reply via email to