diff options
author | andreas <andreas@FreeBSD.org> | 2000-12-26 21:25:35 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-12-26 21:25:35 +0000 |
commit | 47b9df5e458c265aa3e07cb7bacc3ed4443f9962 (patch) | |
tree | 9e8d1b38d799fb9c667878937644e65952297f83 /sysutils/gtar/files/patch-ac | |
parent | a7531b0f06756875cf42b57794de50605c3e471b (diff) | |
download | FreeBSD-ports-47b9df5e458c265aa3e07cb7bacc3ed4443f9962.zip FreeBSD-ports-47b9df5e458c265aa3e07cb7bacc3ed4443f9962.tar.gz |
import more stuff from PR 23815
- use PKGNAMEPREFIX so that package is named *g*tar like the port
- patch-ac silences gcc when compiling prepargs.c
additionally:
- fetch patch-ab out of Attic, we still want info file not
splitted into pieces
- bump PORTREVISION, since patch-ab fixes package building
PR: 23815
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Diffstat (limited to 'sysutils/gtar/files/patch-ac')
-rw-r--r-- | sysutils/gtar/files/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/gtar/files/patch-ac b/sysutils/gtar/files/patch-ac new file mode 100644 index 0000000..3dd285d --- /dev/null +++ b/sysutils/gtar/files/patch-ac @@ -0,0 +1,14 @@ +--- lib/prepargs.c.orig Thu Nov 16 01:32:16 2000 ++++ lib/prepargs.c Thu Nov 16 01:32:58 2000 +@@ -23,6 +23,11 @@ + #endif + #include "prepargs.h" + #include <sys/types.h> ++#if HAVE_STRING_H ++# include <string.h> ++#else ++# include <strings.h> ++#endif + #include <xalloc.h> + + #include <ctype.h> |