File: kfreebsd.patch

package info (click to toggle)
libflorist 2014-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,996 kB
  • ctags: 304
  • sloc: ada: 11,705; ansic: 7,195; makefile: 154; sh: 19
file content (14 lines) | stat: -rw-r--r-- 431 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: allows building on GNU/kFreeBSD and GNU/HURD
Author: Cyril Brulebois

--- a/configure.in
+++ b/configure.in
@@ -75,7 +75,7 @@
      *) cp ./configs/pconfig.SunOS5.6 ./pconfig.h.in ;;
    esac
    ;;
- Linux)
+ Linux|GNU/kFreeBSD|GNU)
 # .... need to add cases here for different thread and C libraries
    echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE};
    cp ./configs/pconfig.Linux ./pconfig.h.in;