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:
parent
19da1471ff
commit
812dee1372
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166900
28
sysutils/k3b-kde4/files/patch-core-k3bglobals.cpp
Normal file
28
sysutils/k3b-kde4/files/patch-core-k3bglobals.cpp
Normal 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
|
||||
+
|
||||
|
||||
|
||||
|
28
sysutils/k3b/files/patch-core-k3bglobals.cpp
Normal file
28
sysutils/k3b/files/patch-core-k3bglobals.cpp
Normal 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
|
||||
+
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user