mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
93a8503683
bytes, lines, or if matching the given pattern. It then invokes the given utility repeatedly, feeding it the generated data chunks as input. You can think of it as a Unix love-child of the split(1), tee(1), and xargs(1) commands. WWW: https://github.com/jschauma/xpipe PR: 246195 Submitted by: jjuanino@gmail.com Approved by: ehaupt (mentor)
12 lines
203 B
Plaintext
12 lines
203 B
Plaintext
--- Makefile.orig 2020-05-19 16:52:46 UTC
|
|
+++ Makefile
|
|
@@ -1,7 +1,7 @@
|
|
NAME= xpipe
|
|
OBJS= src/xpipe.o
|
|
|
|
-CFLAGS= -g -Wall -Werror -Wextra
|
|
+CFLAGS+=-Wall -Werror -Wextra
|
|
LIBS= -lm
|
|
|
|
PREFIX?=/usr/local
|