1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix build with -j, mark MAKE_JOBS_SAFE

This commit is contained in:
Dmitry Marakasov 2009-03-24 19:28:37 +00:00
parent 0db9a440a6
commit cd87bf0066
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230900
2 changed files with 12 additions and 0 deletions

View File

@ -19,6 +19,7 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
MAKE_JOBS_SAFE= yes
USE_RC_SUBR= bruteblockd.sh
MAN8= bruteblock.8

View File

@ -0,0 +1,11 @@
--- Makefile.orig 2006-08-20 10:22:37.000000000 +0400
+++ Makefile 2009-03-24 22:12:58.000000000 +0300
@@ -18,7 +18,7 @@
bruteblock: $(BRUTEBLOCK_OBJS) iniparse/libiniparser.a
$(CC) $(LDFLAGS) -o $@ $(BRUTEBLOCK_OBJS) $(EXTRA_LIBS)
-bruteblockd: $(BRUTEBLOCKD_OBJS) pidfile.h
+bruteblockd: $(BRUTEBLOCKD_OBJS) iniparse/libiniparser.a pidfile.h
$(CC) $(LDFLAGS) -o $@ $(BRUTEBLOCKD_OBJS) $(EXTRA_LIBS)
clean: