Heimdall is a cross-platform open-source tool suite used to flash firmware (aka ROMs) onto Samsung Galaxy S devices.
16 lines
400 B
C
16 lines
400 B
C
$NetBSD: patch-heimdall_config.h.in,v 1.1 2013/01/08 22:07:07 othyro Exp $
|
|
|
|
Add NetBSD support.
|
|
|
|
--- heimdall/config.h.in.orig 2012-03-31 01:22:17.000000000 +0000
|
|
+++ heimdall/config.h.in
|
|
@@ -46,6 +46,9 @@
|
|
/* Windows backend */
|
|
#undef OS_WINDOWS
|
|
|
|
+/* NetBSD backend */
|
|
+#undef OS_NETBSD
|
|
+
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
#undef PACKAGE_BUGREPORT
|
|
|