svn commit: r396523 - head/lang/mosh/files

Alexey Dokuchaev danfe at FreeBSD.org
Wed Sep 9 18:00:11 UTC 2015


Author: danfe
Date: Wed Sep  9 18:00:10 2015
New Revision: 396523
URL: https://svnweb.freebsd.org/changeset/ports/396523

Log:
  Remove useless hunk (debug leftover).

Modified:
  head/lang/mosh/files/patch-fix-sparc64

Modified: head/lang/mosh/files/patch-fix-sparc64
==============================================================================
--- head/lang/mosh/files/patch-fix-sparc64	Wed Sep  9 17:44:09 2015	(r396522)
+++ head/lang/mosh/files/patch-fix-sparc64	Wed Sep  9 18:00:10 2015	(r396523)
@@ -20,15 +20,6 @@
       || defined(sun) && (defined(i386) || defined(__i386__) \
                           || defined(__amd64__))
  #   define GC_SOLARIS_THREADS
-@@ -261,7 +261,7 @@
- # define GC_CAN_SAVE_CALL_STACKS
- #endif
- 
--#if defined(__sparc__)
-+#if defined(__sparc__) && !defined(__XXXeBSD__)
- # define GC_CAN_SAVE_CALL_STACKS
- #endif
- 
 --- extlibs/gc-cvs/include/private/gcconfig.h.orig	2011-06-04 00:48:10 UTC
 +++ extlibs/gc-cvs/include/private/gcconfig.h
 @@ -2568,7 +2568,7 @@


More information about the svn-ports-all mailing list