opnsense-ports/emulators/x49gp/files/patch-module.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
381 B
C

--- module.c.orig 2014-01-09 17:55:30.000000000 +0000
+++ module.c 2014-01-09 17:55:54.000000000 +0000
@@ -257,7 +257,7 @@
return NULL;
}
- path = g_build_filename(home, basename, filename, NULL);
+ path = g_build_filename(/*home,*/ basename, filename, NULL);
if (NULL == path) {
fprintf(stderr, "%s: %s:%u: Out of memory\n",
module->name, __FUNCTION__, __LINE__);