diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-13 22:51:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-13 22:51:53 +0800 |
commit | dfb73d8b737112f608e7872e02a10e9ef8a9ba7f (patch) | |
tree | c4a55e8a3e8574bb93f88bdbb55939cd2e035cc4 /audio/scrobbler/Makefile | |
parent | 1c743aaa9c586dbae813f9d9daae692506b0d796 (diff) | |
download | freebsd-ports-gnome-dfb73d8b737112f608e7872e02a10e9ef8a9ba7f.tar.gz freebsd-ports-gnome-dfb73d8b737112f608e7872e02a10e9ef8a9ba7f.tar.zst freebsd-ports-gnome-dfb73d8b737112f608e7872e02a10e9ef8a9ba7f.zip |
Build fine with clang if the proper cstd is defined
Diffstat (limited to 'audio/scrobbler/Makefile')
-rw-r--r-- | audio/scrobbler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/scrobbler/Makefile b/audio/scrobbler/Makefile index 6375625609db..73993ce05bc5 100644 --- a/audio/scrobbler/Makefile +++ b/audio/scrobbler/Makefile @@ -18,9 +18,9 @@ CONFLICTS= bmp-scrobbler-[0-9]* \ xmms-scrobbler-[0-9]* USES= gmake pkgconfig +USE_CSTD= gnu89 NO_STAGE= yes USE_BZIP2= yes -USE_GCC= any GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |