[rxtx] 01/01: fixed typo in previous commit
Scott Sheridan Howard
showard at moszumanska.debian.org
Mon Jan 27 20:42:00 UTC 2014
This is an automated email from the git hooks/post-receive script.
showard pushed a commit to branch master
in repository rxtx.
commit 58f52f120c337b1cbd6b06d270dc6a4c0cb5c35b
Author: Scott Howard <showard at debian.org>
Date: Wed Jun 6 12:23:11 2012 -0400
fixed typo in previous commit
---
debian/patches/kfreebsd_port.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/kfreebsd_port.patch b/debian/patches/kfreebsd_port.patch
index b20725b..3bf39ab 100644
--- a/debian/patches/kfreebsd_port.patch
+++ b/debian/patches/kfreebsd_port.patch
@@ -4,7 +4,7 @@ Description: Defines FreeBSD for kFreeBSD systems, also makes sure kfreeBSD is s
#grep -r -H "ifdef __linux__" . -m 1 --exclude=*.patch --exclude-dir=.git | cut -d: -f1 | xargs sed -i s/'#ifdef __linux__'/'#if defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)'/
-#grep -r -H "ifndef __linux__" . -m 1 --exclude=*.patch --exclude-dir=.git | cut -d: -f1 | xargs sed -i s/'#ifndef __linux__'/'#if !defined(__linux__) && !defined(__GNU__) && !defined(__GLIBC__)'/
+#grep -r -H "ifndef __linux__" . -m 1 --exclude=*.patch --exclude-dir=.git | cut -d: -f1 | xargs sed -i s/'#ifndef __linux__'/'#if !defined(__linux__) \&\& !defined(__GNU__) \&\& !defined(__GLIBC__)'/
Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585089
Author: Scott Howard <showard at debian.org>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rxtx.git
More information about the pkg-java-commits
mailing list