mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-02 17:28:19 -04:00
print/ghostscript-gpl
This commit is contained in:
parent
449985d28f
commit
d1f0293625
@ -13,4 +13,4 @@ SHA1 (patch-an) = 22ed9965aec5d540adb31334d8dd9e05eab8e0c2
|
|||||||
SHA1 (patch-base_gdevpng.c) = 24120e26bd2a846f6d4c8ab9753dfe91f151343f
|
SHA1 (patch-base_gdevpng.c) = 24120e26bd2a846f6d4c8ab9753dfe91f151343f
|
||||||
SHA1 (patch-base_gserrors_h) = fde64bd096a6e6f94005c8352a6295df06c19bae
|
SHA1 (patch-base_gserrors_h) = fde64bd096a6e6f94005c8352a6295df06c19bae
|
||||||
SHA1 (patch-configure.ac) = 450053cef6948c638bf8f72cfcba7391edb33600
|
SHA1 (patch-configure.ac) = 450053cef6948c638bf8f72cfcba7391edb33600
|
||||||
SHA1 (patch-openjpeg_libopenjpeg_opj_malloc_h) = 4be081d6c4c9bc632ef8d9685fe4167ea3c51484
|
SHA1 (patch-openjpeg_libopenjpeg_opj_malloc_h) = ea84575c7d39fc6b34c8ce8b1029c835df86a367
|
||||||
|
@ -13,7 +13,7 @@ To avoid following problem:
|
|||||||
#define HAVE_MEMALIGN
|
#define HAVE_MEMALIGN
|
||||||
/* Linux x86_64 and OSX always align allocations to 16 bytes */
|
/* Linux x86_64 and OSX always align allocations to 16 bytes */
|
||||||
- #elif !defined(__amd64__) && !defined(__APPLE__)
|
- #elif !defined(__amd64__) && !defined(__APPLE__)
|
||||||
+ #elif !defined(__amd64__) && !defined(__APPLE__) && !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__OpenBSD__)
|
+ #elif !defined(__amd64__) && !defined(__APPLE__) && !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__OpenBSD__) && !defined(__minix)
|
||||||
#define HAVE_MEMALIGN
|
#define HAVE_MEMALIGN
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user