File: kfreebsd

package info (click to toggle)
haskell-charsetdetect-ae 1.1.0.4-7.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 920 kB
  • sloc: cpp: 5,971; haskell: 45; makefile: 4; ansic: 1
file content (15 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
As suggested by Edmund Grimley Evans

Index: charsetdetect-ae-1.0.1/libcharsetdetect/nspr-emu/prcpucfg.h
===================================================================
--- charsetdetect-ae-1.0.1.orig/libcharsetdetect/nspr-emu/prcpucfg.h	2015-06-17 10:35:16.813934265 +0200
+++ charsetdetect-ae-1.0.1/libcharsetdetect/nspr-emu/prcpucfg.h	2015-06-17 10:37:24.203688373 +0200
@@ -34,7 +34,7 @@
 #include "prcpucfg_win.h"
 #elif defined(__APPLE__)
 #include "prcpucfg_mac.h"
-#elif defined(__linux__)
+#elif defined(__linux__) || (defined(__FreeBSD_kernel__) && defined(__GLIBC__))
 #include "prcpucfg_linux.h"
 #elif defined(__FreeBSD__)
 #include "prcpucfg_freebsd.h"