HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/sysutils/gobi_loader/files/patch-Makefile
--- Makefile.orig	2019-12-27 21:35:57.626444000 +0100
+++ Makefile	2019-12-27 21:37:41.912754000 +0100
@@ -2,5 +2,5 @@
 
 gobi_loader: gobi_loader.c
-	cc -Wall gobi_loader.c -o gobi_loader
+	$(CC) ${CFLAGS} gobi_loader.c -o gobi_loader
 
 all: gobi_loader