ports/sysutils/unetbootin/files/patch-unetbootin.h
Alexey Dokuchaev 052247b681 sysutils/unetbootin: update UNetbootin to the latest version (+)
- Update to version 702, which finally integrates Qt 5 support,
  allowing to remove those hunks from our patches
- Show program version in the main window title (some users like
  to post screenshots when reporting problems, this would make
  more obvious which version they were using)
2021-07-03 10:01:21 +00:00

21 lines
633 B
C

--- unetbootin.h.orig 2020-11-09 00:01:49 UTC
+++ unetbootin.h
@@ -35,6 +35,10 @@ This program is distributed in the hope that it will b
#include <sys/vfs.h>
#endif
+#ifdef Q_OS_FREEBSD
+#include <sys/mount.h>
+#endif
+
#ifdef AUTOSUPERGRUBDISK
#define UNETBOOTINB "Auto Super Grub Disk"
#define NOEXTERN
@@ -327,6 +331,7 @@ class unetbootin : public QWidget, private Ui::unetboo
void logText(const QString &text);
void finishLogging();
void writeTextToFile(const QString &text, const QString &filePath);
+ void setuppersspace();
void fininstall();
void rmFile(const QString &fn);
void rmFile(QFile &fn);