diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-02-05 11:30:43 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-02-05 11:30:43 +0800 |
commit | 049a660184fe081f435600236d94e8eb485d18aa (patch) | |
tree | 93388284748ce0e6799cc1c2ccd614f91eb18dd6 /x11-wm | |
parent | f1fb85dfbddad16ab6f072ec8706abdc653cd615 (diff) | |
download | freebsd-ports-gnome-049a660184fe081f435600236d94e8eb485d18aa.tar.gz freebsd-ports-gnome-049a660184fe081f435600236d94e8eb485d18aa.tar.zst freebsd-ports-gnome-049a660184fe081f435600236d94e8eb485d18aa.zip |
Prefer -std=gnu89 over -fgnu89-inline
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 1dad4716442d..17706a2d1709 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ RUN_DEPENDS= xli:graphics/xli USES= execinfo gmake jpeg pkgconfig shebangfix tar:bzip2 +USE_CSTD= gnu89 USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 librsvg2 pango USE_XORG+= ice sm x11 xcomposite xcursor xdamage xext xfixes xi xinerama \ xrandr xrender @@ -27,7 +28,6 @@ GNU_CONFIGURE= yes SHEBANG_FILES= tools/ascommand.pl \ tools/importasmenu MAKE_JOBS_UNSAFE= yes -CFLAGS+= -fgnu89-inline CONFIGURE_ARGS+=--disable-ascp \ --enable-i18n \ --disable-send-postcard-to-developer \ |