graphics/epstool: Fix parallel build

This commit is contained in:
Tijl Coosemans 2024-02-06 12:58:43 +01:00
parent 25d6c9ed52
commit bc2df9ae4b
2 changed files with 12 additions and 2 deletions

View File

@ -11,7 +11,7 @@ WWW= http://www.ghostgum.com.au/software/epstool.htm
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENCE
USES= ghostscript:run gmake
USES= dos2unix ghostscript:run gmake
MAKEFILE= makefile
MAKE_ARGS= CC="${CC}" \
CCAUX="${CC}" \
@ -24,7 +24,6 @@ MAKE_ARGS= CC="${CC}" \
LIBPNGLIBS="" \
LINK="${CC} ${LDFLAGS}" \
MAKE="${MAKE_CMD}"
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/epstool \
share/man/man1/epstool.1.gz

View File

@ -0,0 +1,11 @@
--- src/common.mak.orig 2024-02-06 11:23:13 UTC
+++ src/common.mak
@@ -77,7 +77,7 @@ plapis_h=$(SRC)plapis.h
plapis_h=$(SRC)plapis.h
-all: $(BEGIN) $(TARGET)
+all: $(BEGIN) .WAIT $(TARGET)
$(OD)calloc$(OBJ): $(SRC)calloc.c $(common_h)
$(COMP) $(FOO)calloc$(OBJ) $(CO) $(SRC)calloc.c