diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-04-10 04:18:57 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-04-10 04:18:57 +0000 |
commit | 4fba30835ac2ee8d2f6a1000556cd927926fd8bb (patch) | |
tree | 749d98e67b8f65bba1377b8426b39b128742601f | |
parent | audio/x42-plugins-lv2: fix build with GCC-based architectures (diff) |
comms/gpredict: fix build with GCC-based architectures
PR: 237144
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes:
svn path=/head/; revision=498527
-rw-r--r-- | comms/gpredict/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gpredict/Makefile b/comms/gpredict/Makefile index b773df2f516f..596e7e3bdeae 100644 --- a/comms/gpredict/Makefile +++ b/comms/gpredict/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libgoocanvas-2.0.so:graphics/goocanvas2 \ libgps.so:astro/gpsd -USES= gettext gmake pkgconfig tar:bz2 +USES= compiler:c11 gettext gmake gnome pkgconfig tar:bz2 GNU_CONFIGURE= yes USE_GNOME= cairo gdkpixbuf2 gtk30 intltool |