diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-29 08:52:12 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-29 08:52:12 +0000 |
commit | b8eafda3298cbb9328e1a9533621b591503f0dad (patch) | |
tree | b0241a15f1f5b8d08a9168b6bd452dc70b87d435 /archivers/hpack.non-usa.only/files/patch-ag | |
parent | aef431088bbc287e39e670e4b98c17c4fa6935bd (diff) | |
download | ports-b8eafda3298cbb9328e1a9533621b591503f0dad.tar.gz ports-b8eafda3298cbb9328e1a9533621b591503f0dad.zip |
Honor PREFIX and split up patches one patch for each file.
PR: 12056
Submitted by: Nick Hibma <nick.hibma@jrc.it>
Notes
Notes:
svn path=/head/; revision=24249
Diffstat (limited to 'archivers/hpack.non-usa.only/files/patch-ag')
-rw-r--r-- | archivers/hpack.non-usa.only/files/patch-ag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/hpack.non-usa.only/files/patch-ag b/archivers/hpack.non-usa.only/files/patch-ag new file mode 100644 index 000000000000..c993b1058dba --- /dev/null +++ b/archivers/hpack.non-usa.only/files/patch-ag @@ -0,0 +1,11 @@ +--- defs.h.orig Mon May 31 10:17:00 1993 ++++ defs.h Tue Dec 28 20:01:38 1999 +@@ -43,7 +43,7 @@ + + /* 'inline' patch for compilers which can't handle this */ + +-#if !( defined( __CPLUSPLUS__ ) || defined( __cplusplus ) ) || defined( __TSC__ ) ++#if !( defined( __GNUC__ ) || defined( __CPLUSPLUS__ ) || defined( __cplusplus ) ) || defined( __TSC__ ) + #define inline + #endif /* !( __CPLUSPLUS__ || __cplusplus ) */ + |