diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-05 03:30:43 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-05 03:30:43 +0000 |
commit | 18878f8fafee33f540a03f2744f10716e416e044 (patch) | |
tree | 93388284748ce0e6799cc1c2ccd614f91eb18dd6 /x11-wm/afterstep-stable | |
parent | c5a6f194e2a1885df7764703502b354b406aba48 (diff) | |
download | ports-18878f8fafee33f540a03f2744f10716e416e044.tar.gz ports-18878f8fafee33f540a03f2744f10716e416e044.zip |
Notes
Diffstat (limited to 'x11-wm/afterstep-stable')
-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 \ |