~ubuntu-branches/ubuntu/vivid/tidy/vivid-updates

« back to all changes in this revision

Viewing changes to debian/patches/tidy_20040811-1.diff

  • Committer: Bazaar Package Importer
  • Author(s): Jason Thomas
  • Date: 2008-01-20 21:46:03 UTC
  • mfrom: (0.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080120214603-oqicq5jwr1exrm55
Tags: 20080116cvs-2
* debian/control: build depends on xsltproc
  (closes: #461608)
* debian/tidy.preinst,postinst: add code to move old config file
  (closes: #461623)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -ur tidy-20040811.old/include/platform.h tidy-20040811/include/platform.h
2
 
--- tidy-20040811.old/include/platform.h        2004-03-19 09:00:57.000000000 +0100
3
 
+++ tidy-20040811/include/platform.h    2004-09-02 00:46:36.000000000 +0200
4
 
@@ -210,7 +210,7 @@
5
 
 
6
 
 #endif
7
 
 
8
 
-#elif defined(linux) || defined(__linux__)
9
 
+#elif defined(linux) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)
10
 
 /* generic Linux */
11
 
 #define LINUX_OS
12
 
 #ifndef PLATFORM_NAME