diff options
author | miwi <miwi@FreeBSD.org> | 2013-07-18 13:30:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-07-18 13:30:07 +0800 |
commit | a8e935d059fcda3cd271c05089f2eab1a858d4ef (patch) | |
tree | a061698c04f9ae52a9ac6570e18ad76bf1197d62 /astro | |
parent | a2bc7b7bf6e9d4c65638c2d0051350188efe28d1 (diff) | |
download | freebsd-ports-gnome-a8e935d059fcda3cd271c05089f2eab1a858d4ef.tar.gz freebsd-ports-gnome-a8e935d059fcda3cd271c05089f2eab1a858d4ef.tar.zst freebsd-ports-gnome-a8e935d059fcda3cd271c05089f2eab1a858d4ef.zip |
- Unbreak build after autotools update
Reported by: ph-w
Diffstat (limited to 'astro')
-rw-r--r-- | astro/orsa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index 7318be1ace6a..588096ae9b1a 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -28,6 +28,7 @@ USE_GL= gl USE_GMAKE= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool ACLOCAL_ARGS= -I macros -I ${LOCALBASE}/share/aclocal +AUTOMAKE_ARGS= --add-missing CONFIGURE_ENV= ac_cv_c_inline=no USE_LDCONFIG= yes |