Skip to content

Commit

Permalink
graphics/epstool: Fix parallel build
Browse files Browse the repository at this point in the history
  • Loading branch information
TijlCoosemans committed Feb 6, 2024
1 parent 25d6c9e commit bc2df9a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 1 addition & 2 deletions graphics/epstool/Makefile
Expand Up @@ -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}" \
Expand All @@ -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
Expand Down
11 changes: 11 additions & 0 deletions graphics/epstool/files/patch-src_common.mak
@@ -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

0 comments on commit bc2df9a

Please sign in to comment.