File: kfreebsd.patch

package info (click to toggle)
libflorist 2017-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,216 kB
  • sloc: ada: 11,902; ansic: 7,195; makefile: 150; sh: 19
file content (14 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (3)
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
@@ -117,7 +117,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;