diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2006-09-29 11:14:06 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2006-09-29 11:14:06 +0000 |
commit | c7588fa72cbf79893f168a8a33189c8e45c43759 (patch) | |
tree | 35f2ad681afaba872c294ae997151a4b2932a138 /net/pimdd/files/patch-Makefile | |
parent | Another fix.. OOOTAG must also be specified. (diff) |
Add new port for UOregon's PIM dense-mode multicast routing daemon for IPv4.
Notes
Notes:
svn path=/head/; revision=174102
Diffstat (limited to 'net/pimdd/files/patch-Makefile')
-rw-r--r-- | net/pimdd/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/pimdd/files/patch-Makefile b/net/pimdd/files/patch-Makefile new file mode 100644 index 000000000000..df7f0e9d9b2a --- /dev/null +++ b/net/pimdd/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Fri Sep 29 11:53:31 2006 ++++ Makefile Fri Sep 29 11:53:50 2006 +@@ -63,7 +63,7 @@ + #CONFIGCONFIGCONFIG + ### Compilation flags for different platforms. Uncomment only one of them + ## FreeBSD +-CFLAGS= -Wall -g -Iinclude/freebsd ${MCAST_INCLUDE} ${SNMPDEF} ${RSRRDEF} ${MISCDEFS} -DFreeBSD -DPIM ++CFLAGS= -Wall -g ${MCAST_INCLUDE} ${SNMPDEF} ${RSRRDEF} ${MISCDEFS} -DFreeBSD -DPIM -Dlog=logit + + ## NetBSD -DNetBSD is done by OS + #CFLAGS= -Wall -g -Iinclude/netbsd ${MCAST_INCLUDE} ${SNMPDEF} ${RSRRDEF} ${MISCDEFS} -DPIM |