diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-28 13:51:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-28 13:51:16 +0800 |
commit | 1ef352b7872fb8cfcf11e185d83554994e60eb74 (patch) | |
tree | 408d81211857378815cc07897ac68ec607bac4c7 /audio/re | |
parent | 0ab068827437c06c54a1f93ceaa78f240d37fb9c (diff) | |
download | freebsd-ports-gnome-1ef352b7872fb8cfcf11e185d83554994e60eb74.tar.gz freebsd-ports-gnome-1ef352b7872fb8cfcf11e185d83554994e60eb74.tar.zst freebsd-ports-gnome-1ef352b7872fb8cfcf11e185d83554994e60eb74.zip |
Fix build without gcc
Diffstat (limited to 'audio/re')
-rw-r--r-- | audio/re/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/re/Makefile b/audio/re/Makefile index d612d47ec07f..588a2d8af1a9 100644 --- a/audio/re/Makefile +++ b/audio/re/Makefile @@ -11,9 +11,10 @@ COMMENT= Library for real-time comms with async IO support LICENSE= BSD LICENSE_FILE= ${WRKSRC}/docs/COPYING +USES= gmake USE_LDCONFIG= yes -USE_GMAKE= yes +MAKE_ARGS= CC=${CC} PORTDATA= re.mk do-install: |