freebsd-ports/devel/liblpm/files/patch-Makefile
Steve Wills b32b79302a devel/liblpm: create port
Longest Prefix Match (LPM) library supporting IPv4 and IPv6.

WWW: https://github.com/rmind/liblpm

Will be used by npf port
2019-05-24 14:48:43 +00:00

10 lines
216 B
Text

--- Makefile.orig 2019-05-24 07:51:26 UTC
+++ Makefile
@@ -5,7 +5,6 @@
PROJ= lpm
CFLAGS+= -std=c99 -O2 -g -Wall -Wextra -Werror
-CFLAGS+= -D_POSIX_C_SOURCE=200809L
CFLAGS+= -D_GNU_SOURCE -D_DEFAULT_SOURCE
#