mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Fix after objformat removal
PR: ports/108500 Submitted by: Jonathan <afarsec@012.net.il> (maintainer)
This commit is contained in:
parent
29553d328c
commit
7ca2d2d6b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183721
@ -52,6 +52,9 @@ pre-everything::
|
||||
@sleep 2
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
||||
|
||||
post-build:
|
||||
@cd ${WRKSRC}/src ; ${CC} ${CFLAGS} -shared -o libdnet.so .libs/addr-util.o .libs/addr.o .libs/blob.o .libs/ip-util.o .libs/ip6.o .libs/rand.o .libs/arp-bsd.o .libs/eth-bsd.o .libs/fw-pf.o .libs/intf.o .libs/ip.o .libs/route-bsd.o .libs/tun-bsd.o
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user