diff options
Diffstat (limited to '')
-rw-r--r-- | print/ghostscript9-agpl-x11/files/patch-base_openjpeg.mak (renamed from print/ghostscript9-base/files/patch-base-openjpeg.mak) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript9-base/files/patch-base-openjpeg.mak b/print/ghostscript9-agpl-x11/files/patch-base_openjpeg.mak index 3d85cb70abf1..cf38fe8c16bc 100644 --- a/print/ghostscript9-base/files/patch-base-openjpeg.mak +++ b/print/ghostscript9-agpl-x11/files/patch-base_openjpeg.mak @@ -1,6 +1,6 @@ ---- base/openjpeg.mak.orig 2012-02-08 17:48:48.000000000 +0900 -+++ base/openjpeg.mak 2012-02-14 06:40:56.000000000 +0900 -@@ -101,7 +101,7 @@ +--- base/openjpeg.mak.orig 2015-03-30 08:21:24 UTC ++++ base/openjpeg.mak +@@ -113,7 +113,7 @@ $(OPEN_JPEG_GEN)openjpeg_0.dev : $(TOP_M $(SETMOD) $(OPEN_JPEG_GEN)openjpeg_0 $(open_jpeg_OBJS) # define our specific compiler @@ -8,4 +8,4 @@ +OPEN_JPEG_CC=$(CC) $(JPX_CFLAGS) $(I_)$(JPX_OPENJPEG_I_)$(_I) $(I_)$(JPX_OPENJPEG_I_)$(D)..$(_I) $(CFLAGS) $(D_)OPJ_STATIC$(_D) $(I_)$(OPEN_JPEG_GEN)$(_I) $(I_)$(JPX_OPENJPEG_I_)$(_I) $(I_)$(JPX_OPENJPEG_I_)$(D)..$(_I) $(JPXCF_) OPEN_JPEG_O=$(O_)$(OPEN_JPEG_OBJ)$(OPEN_JPEG_PREFIX) - OPEN_JPEG_DEP=$(AK) $(OPEN_JPEG_MAK) + OPEN_JPEG_DEP=$(AK) $(OPEN_JPEG_MAK) $(MAKEDIRS) |