diff options
author | adam <adam@pkgsrc.org> | 2014-10-14 19:20:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-10-14 19:20:05 +0000 |
commit | 247bcc1bb0a06e8d7cba451dc8e5f69e31620c01 (patch) | |
tree | d1e1c3dff59b0886f527620ea2ee47ecb9040c96 | |
parent | 51d1e70507c7a9f8cfe4aa43b4a83040693bd01f (diff) | |
download | pkgsrc-247bcc1bb0a06e8d7cba451dc8e5f69e31620c01.tar.gz |
Don't let configure switch OBJC to gcc, or building may fail then CC=clang. Only affects OS X.
-rw-r--r-- | graphics/SDL2_image/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/SDL2_image/Makefile b/graphics/SDL2_image/Makefile index 98ba00adffc..fe14abdff4b 100644 --- a/graphics/SDL2_image/Makefile +++ b/graphics/SDL2_image/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/10/09 14:06:34 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/10/14 19:20:05 adam Exp $ DISTNAME= SDL2_image-2.0.0 PKGREVISION= 1 @@ -13,6 +13,7 @@ LICENSE= zlib USE_LANGUAGES= c USE_LIBTOOL= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= ac_cv_prog_ac_ct_OBJC=${CC:Q} INSTALLATION_DIRS= bin PKGCONFIG_OVERRIDE= SDL_image.pc.in |