~james-page/ubuntu/precise/leveldb/cloud-archive

« back to all changes in this revision

Viewing changes to debian/patches/0102-kfreebsd.patch

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-06-14 10:38:40 UTC
  • mfrom: (7.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120614103840-98xgc1gx7djt9v5c
Tags: 0+20120530.gitdd0d562-1
* Imported Upstream version 0+20120530.gitdd0d562
* Update patch for SuperH.
  Thanks to Nobuhiro Iwamatsu for the great work. (Closes: #671808)
* Drop 0111-soname_fix.patch, applied upstream.
* Refresh patches.
* Update debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
--- leveldb.orig/build_detect_platform
9
9
+++ leveldb/build_detect_platform
10
 
@@ -93,6 +93,12 @@ case "$TARGET_OS" in
11
 
         PLATFORM_LDFLAGS=""
12
 
         PORT_FILE=port/port_android.cc
 
10
@@ -109,6 +109,12 @@ case "$TARGET_OS" in
 
11
         PORT_FILE=port/port_posix.cc
 
12
         CROSS_COMPILE=true
13
13
         ;;
14
14
+    GNU/kFreeBSD)
15
15
+        PLATFORM=OS_FREEBSD
18
18
+        PORT_FILE=port/port_posix.cc
19
19
+        ;;
20
20
     *)
21
 
         echo "Unknown platform!"
 
21
         echo "Unknown platform!" >&2
22
22
         exit 1