HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #175

Ticket #175: gnutls-2.8.6.patch

File gnutls-2.8.6.patch, 781 bytes (added by michaelvoliveira, 5 years ago)

Patch mainly done by kaliber

  • doc/scripts/sort2.pl

    diff -Naur gnutls-2.8.6/doc/scripts/sort2.pl gnutls-2.8.6-haiku/doc/scripts/sort2.pl
    old new  
    1 #!/usr/bin/perl 
     1#!/bin/env perl 
    22 
    33sub key_of_record { 
    44  local($record) = @_; 
  • gl/string.in.h

    diff -Naur gnutls-2.8.6/gl/string.in.h gnutls-2.8.6-haiku/gl/string.in.h
    old new  
    3636# endif 
    3737/* The attribute __pure__ was added in gcc 2.96.  */ 
    3838# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 96) 
    39 #  define __pure__ /* empty */ 
     39#  define __pure__ none /* empty */ 
    4040# endif 
    4141#endif 
    4242 

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/