diff options
| author | Hiroki Sato <hrs@FreeBSD.org> | 2012-02-13 02:31:18 +0000 |
|---|---|---|
| committer | Hiroki Sato <hrs@FreeBSD.org> | 2012-02-13 02:31:18 +0000 |
| commit | e7399a84ee58f73b0017cb552b547882737460d3 (patch) | |
| tree | d528be669048db1d57662e186cd2b2206e517423 /print/ghostscript9/files/patch-base-openjpeg.mak | |
| parent | Instances of numeric classes for functions and tuples. (diff) | |
Add missing patches. This should fix build on !amd64 platforms.
Diffstat (limited to 'print/ghostscript9/files/patch-base-openjpeg.mak')
| -rw-r--r-- | print/ghostscript9/files/patch-base-openjpeg.mak | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/ghostscript9/files/patch-base-openjpeg.mak b/print/ghostscript9/files/patch-base-openjpeg.mak new file mode 100644 index 000000000000..f8d9bae3f8ab --- /dev/null +++ b/print/ghostscript9/files/patch-base-openjpeg.mak @@ -0,0 +1,11 @@ +--- base/openjpeg.mak.orig 2012-02-13 10:49:36.000000000 +0900 ++++ base/openjpeg.mak 2012-02-13 10:57:41.000000000 +0900 +@@ -101,7 +101,7 @@ + $(SETMOD) $(OPEN_JPEG_GEN)openjpeg_0 $(open_jpeg_OBJS) + + # define our specific compiler +-OPEN_JPEG_CC=$(CC) $(CFLAGS) $(D_)OPJ_STATIC$(_D) $(I_)$(OPEN_JPEG_GEN)$(_I) $(I_)$(JPX_OPENJPEG_I_)$(_I) $(I_)$(JPX_OPENJPEG_I_)$(D)..$(_I) $(JPXCF_) ++OPEN_JPEG_CC=$(CC) $(JPX_CFLAGS) $(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) |
