opnsense-ports/net-mgmt/lanmap/files/patch-src__Makefile.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
410 B
Text

--- ./src/Makefile.in.orig 2006-03-07 15:44:32.000000000 +0100
+++ ./src/Makefile.in 2009-01-29 17:46:58.458249446 +0100
@@ -2,7 +2,7 @@
# complation
-CFLAGS = -W -Wall -Wno-unused -DLINUX -DLANMAP_DATADIR=$(LANMAP_DATADIR)
+CFLAGS = -W -Wall -Wno-unused -DLINUX -DLANMAP_DATADIR=$(LANMAP_DATADIR) -DLANMAP_DATATMP=$(LANMAP_DATATMP)
LDFLAGS = -lpcap -lm
CFLAGS_DEBUG = -D_DEBUG -ggdb
LDFLAGS_DEBUG = -pg