1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Add missing patchfile from last update

Reported by:	Jason E. Hale <bsdkaffee@gmail.com>
Pointyhat to:	arved
This commit is contained in:
Tilman Keskinoz 2006-07-04 05:37:40 +00:00
parent 19da1471ff
commit 812dee1372
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166900
2 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,28 @@
--- libk3b/core/k3bglobals.cpp.orig Fri Jun 23 19:31:55 2006
+++ libk3b/core/k3bglobals.cpp Fri Jun 23 22:39:36 2006
@@ -41,16 +41,16 @@
#include <config.h>
#if defined(__FreeBSD__) || defined(__NetBSD__)
-#include <sys/param.h>
-#include <sys/mount.h>
-#else
-# ifdef HAVE_SYS_STATVFS_H
-# include <sys/statvfs.h>
-# endif
-# ifdef HAVE_SYS_STATFS_H
-# include <sys/vfs.h>
-# endif
+# include <sys/param.h>
+# include <sys/mount.h>
#endif
+#ifdef HAVE_SYS_STATVFS_H
+# include <sys/statvfs.h>
+#endif
+#ifdef HAVE_SYS_STATFS_H
+# include <sys/vfs.h>
+#endif
+

View File

@ -0,0 +1,28 @@
--- libk3b/core/k3bglobals.cpp.orig Fri Jun 23 19:31:55 2006
+++ libk3b/core/k3bglobals.cpp Fri Jun 23 22:39:36 2006
@@ -41,16 +41,16 @@
#include <config.h>
#if defined(__FreeBSD__) || defined(__NetBSD__)
-#include <sys/param.h>
-#include <sys/mount.h>
-#else
-# ifdef HAVE_SYS_STATVFS_H
-# include <sys/statvfs.h>
-# endif
-# ifdef HAVE_SYS_STATFS_H
-# include <sys/vfs.h>
-# endif
+# include <sys/param.h>
+# include <sys/mount.h>
#endif
+#ifdef HAVE_SYS_STATVFS_H
+# include <sys/statvfs.h>
+#endif
+#ifdef HAVE_SYS_STATFS_H
+# include <sys/vfs.h>
+#endif
+