[med-svn] r13746 - trunk/packages/bowtie/trunk/debian/patches
Ognyan Kulev
ogi at alioth.debian.org
Wed May 29 18:16:06 UTC 2013
Author: ogi
Date: 2013-05-29 18:16:06 +0000 (Wed, 29 May 2013)
New Revision: 13746
Removed:
trunk/packages/bowtie/trunk/debian/patches/machine_bits_detection.patch
Log:
Removed machine_bits_detection.patch, this time for real.
Deleted: trunk/packages/bowtie/trunk/debian/patches/machine_bits_detection.patch
===================================================================
--- trunk/packages/bowtie/trunk/debian/patches/machine_bits_detection.patch 2013-05-29 12:39:32 UTC (rev 13745)
+++ trunk/packages/bowtie/trunk/debian/patches/machine_bits_detection.patch 2013-05-29 18:16:06 UTC (rev 13746)
@@ -1,35 +0,0 @@
-Description: Properly detect 32/64-bit machine architecture
-Author: Ognyan Kulev <ogi at tower.3.bg>
-Applied-Upstream: no
-Last-Update: 2013-04-23
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- bowtie-1.0.0.orig/Makefile
-+++ bowtie-1.0.0/Makefile
-@@ -93,23 +93,9 @@
- SEARCH_FRAGMENTS = $(wildcard search_*_phase*.c)
- VERSION = $(shell cat VERSION)
-
--BITS=32
--# cygwin will stay 32 bit for now.
--ifeq (1,$(MINGW))
-- # msys will always be 32 bit so look at the cpu arch.
-- ifneq (,$(findstring AMD64,$(PROCESSOR_ARCHITEW6432)))
-- BITS=64
-- else
-- ifneq (,$(findstring AMD64,$(PROCESSOR_ARCHITECTURE)))
-- BITS=64
-- endif
-- endif
--endif
--
--ifeq (1,$(LINUX))
-- ifeq (x86_64, $(shell uname -p))
-- BITS=64
-- endif
-+BITS = 32
-+ifeq (64,$(shell getconf LONG_BIT))
-+ BITS = 64
- endif
-
- # Convert BITS=?? to a -m flag
More information about the debian-med-commit
mailing list