openbsd-ports/comms/spisniffer/patches/patch-Makefile
jasper e22dfb35a5 import spisniffer 0.2
This is a small program that displays SPI sniffer data from the Bus
Pirate. It uses the binary mode SPI sniffer access, so it has a speed
advantage over the terminal mode display. The computer takes the burden
of converting raw byte values to HEX output.

ok sthen@
2011-06-21 19:14:59 +00:00

11 lines
323 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1.1.1 2011/06/21 19:14:59 jasper Exp $
--- Makefile.orig Tue Jun 21 20:10:49 2011
+++ Makefile Tue Jun 21 21:13:23 2011
@@ -1,5 +1,5 @@
#CC = gcc
-CFLAGS = -Wall -Os -DTRUE=1 -DFALSE=0
+CFLAGS = -Wall -Os -DTRUE=1 -DFALSE=0 ${STD_CFLAGS}
VERSION = \"V0.10\"
CFLAGS += -DVERSION=$(VERSION)