Fix gtk12/clang compile error.
PR: 196679 Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> Broken by: r375573
This commit is contained in:
parent
2bc5297d47
commit
4342e6637e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376992
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= fvwm
|
||||
PORTVERSION= 2.6.5
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \
|
||||
http://www.fvwm.org/generated/icon_download/
|
||||
|
@ -20,7 +20,7 @@ CONFLICTS?= fvwm-1.* fvwm-2.[457].*
|
|||
NO_LATEST_LINK= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-mandoc --without-gnome
|
||||
CONFIGURE_ARGS= --disable-mandoc --without-gnome --disable-gtk
|
||||
USES= gmake perl5 pkgconfig tar:bzip2
|
||||
USE_XORG= xcursor xft xinerama xpm xrender
|
||||
|
||||
|
|
Loading…
Reference in a new issue