diff options
-rw-r--r-- | graphics/xpaint/files/patch-Makefile.in | 15 |
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 $@ |