pkgsrc-wip/e2fsprogs/patches/patch-ae
Jeremy C. Reed e4d10812bb Finish update to e2fsprogs-1.35. The cvs was locked when I was working
on this.

This also splits out the com_err(3) related files and uses the new
wip/com_err package.

This adds patches to make sure that libuuid's and com_err files
are not built and installed -- and to make sure the installed
package versions are used.

Added a E2FSPROGS_VERSION variable that can be used by other packages
using this distfile.

Moved the don't install fsck wrapper to the Makefile, since
it is just noise for the the Makefile.common.
2004-03-04 16:17:55 +00:00

15 lines
496 B
Text

$NetBSD: patch-ae,v 1.1 2004/03/04 16:17:56 jeremy-c-reed Exp $
--- misc/tune2fs.c.orig Tue Mar 2 17:06:57 2004
+++ misc/tune2fs.c Tue Mar 2 17:21:46 2004
@@ -25,7 +25,9 @@
* 94/03/06 - Added the checks interval from Uwe Ohse (uwe@tirka.gun.de)
*/
-#define _XOPEN_SOURCE /* for inclusion of strptime() */
+#ifndef __NetBSD__
+# define _XOPEN_SOURCE /* for inclusion of strptime() */
+#endif
#define _BSD_SOURCE /* for inclusion of strcasecmp() */
#include <fcntl.h>
#include <grp.h>