From b222753066047c1f87ab877061ba8e3fff2782b3 Mon Sep 17 00:00:00 2001 From: marino Date: Fri, 16 Oct 2015 07:25:39 +0000 Subject: comms/nmealib is not jobs safe nmealib reproducibly fails even with -j2. The build tries to link libnmea before its is built. While here, vertically align a couple of standard definitions. --- comms/nmealib/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'comms/nmealib') diff --git a/comms/nmealib/Makefile b/comms/nmealib/Makefile index 4f879975ea14..342d1bde3731 100644 --- a/comms/nmealib/Makefile +++ b/comms/nmealib/Makefile @@ -11,13 +11,15 @@ COMMENT= Library for working with the NMEA protocol LICENSE= LGPL21 -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME} -USES= gmake zip +USES= gmake zip INCLUDES= config.h context.h generate.h generator.h gmath.h info.h nmea.h \ parse.h parser.h sentence.h time.h tok.h units.h +MAKE_JOBS_UNSAFE= yes + do-install: ${INSTALL_DATA} ${WRKSRC}/lib/libnmea.a ${STAGEDIR}${PREFIX}/lib @${MKDIR} ${STAGEDIR}${PREFIX}/include/nmea -- cgit