aboutsummaryrefslogtreecommitdiff
path: root/graphics/xpaint
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2014-01-25 22:22:54 +0000
committerJohan van Selst <johans@FreeBSD.org>2014-01-25 22:22:54 +0000
commit34745878ac8c0a7612bb791898f750ee6cac08fd (patch)
tree862aeb009acd1277abffc5517fa70fd266237f38 /graphics/xpaint
parent8e29bca4e369e7e3756aa97b87748354dae034ea (diff)
downloadports-34745878ac8c0a7612bb791898f750ee6cac08fd.tar.gz
ports-34745878ac8c0a7612bb791898f750ee6cac08fd.zip
Fix build issue when MAKE_JOBS_UNSAFE is set
Notes
Notes: svn path=/head/; revision=341128
Diffstat (limited to 'graphics/xpaint')
-rw-r--r--graphics/xpaint/files/patch-Makefile.in15
1 files changed, 8 insertions, 7 deletions
diff --git a/graphics/xpaint/files/patch-Makefile.in b/graphics/xpaint/files/patch-Makefile.in
index 5f81ea3a5cd1..c8817696ae4f 100644
--- a/graphics/xpaint/files/patch-Makefile.in
+++ b/graphics/xpaint/files/patch-Makefile.in
@@ -1,5 +1,5 @@
--- Makefile.in.orig 2013-01-26 15:21:12.000000000 +0100
-+++ Makefile.in 2013-09-16 13:34:14.000000000 +0200
++++ Makefile.in 2014-01-25 23:16:07.000000000 +0100
@@ -283,7 +283,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
BINDIR = $(prefix)/bin
@@ -27,22 +27,23 @@
DefaultRC.txt.h: substads DefaultRC
./substads -ad2c DefaultRC $@
-@@ -1020,8 +1020,7 @@ DefaultRC.txt.h: substads DefaultRC
+@@ -1020,21 +1020,20 @@ DefaultRC.txt.h: substads DefaultRC
messages.h: preproc
./preproc > messages.h
-XPaint.ad: app-defaults
- $(CC) substads.c -o substads
+- cd app-defaults ; \
+XPaint.ad: substads app-defaults
- cd app-defaults ; \
++ (cd app-defaults ; \
../substads -appdefs \
XPAINT_VERSION $(PACKAGE_VERSION) \
-@@ -1029,12 +1028,12 @@ XPaint.ad: app-defaults
+ XPAINT_SHAREDIR $(SHAREDIR) \
XPAINT_PRINT_COMMAND "$(PRINT_COMMAND)" \
XPAINT_POSTSCRIPT_VIEWER "$(POSTSCRIPT_VIEWER)" \
- XPAINT_EXTERN_VIEWER "$(EXTERN_VIEWER)"
-- cp -p app-defaults/out/XPaint XPaint.ad
-+ cp -p out/XPaint ../XPaint.ad
+- XPAINT_EXTERN_VIEWER "$(EXTERN_VIEWER)"
++ XPAINT_EXTERN_VIEWER "$(EXTERN_VIEWER)")
+ cp -p app-defaults/out/XPaint XPaint.ad
XPaint.ad.h: substads XPaint.ad
./substads -ad2c XPaint.ad $@