mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
- Convert REINPLACE_CMD to patch file - Reformat pkg-descr - Take maintainership Changes: https://www.icir.org/mallman/software/tcpsplit/ChangeLog
14 lines
250 B
Text
14 lines
250 B
Text
--- Makefile.orig 2025-03-06 20:45:25 UTC
|
|
+++ Makefile
|
|
@@ -32,11 +32,6 @@ VERSION=0.3
|
|
|
|
VERSION=0.3
|
|
|
|
-CC=gcc
|
|
-INC=-Ilib/include
|
|
-CFLAGS=-g -Wall -Werror $(INC) $(OTHER)
|
|
-LD=gcc
|
|
-LDFLAGS=$(CFLAGS)
|
|
LIBS=-lpcap
|
|
|
|
OBJS=balancer.o ipa_db.o tcpsplit.o
|