diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-27 20:40:06 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-27 20:40:06 +0800 |
commit | 86ca8e9135f9cf6c01199ed3de3d91d5a9654f98 (patch) | |
tree | a70e8dea4c075c76a924567250fd1ce46ca4faf6 | |
parent | 4c45584dcdbf29acc38e68152954600f2a54ff8e (diff) | |
download | marcuscom-ports-86ca8e9135f9cf6c01199ed3de3d91d5a9654f98.tar.gz marcuscom-ports-86ca8e9135f9cf6c01199ed3de3d91d5a9654f98.tar.zst marcuscom-ports-86ca8e9135f9cf6c01199ed3de3d91d5a9654f98.zip |
Add -Wno-format-nonliteral to stop format warnings to break the build.
Sort USE_GNOME.
Submitted by: Gustau Perez
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18502 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net/vinagre3/Makefile | 6 | ||||
-rw-r--r-- | net/vino3/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/vinagre3/Makefile b/net/vinagre3/Makefile index 28bd37181..e46ee788e 100644 --- a/net/vinagre3/Makefile +++ b/net/vinagre3/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/net/vinagre3/Makefile 18484 2013-05-17 21:02:20Z kwm $ PORTNAME= vinagre PORTVERSION= 3.6.2 @@ -25,12 +25,12 @@ CONFLICTS= vinagre-2.[0-9]* LATEST_LINK= vinagre3 USE_XZ= yes USES= gettext pathfix pkgconfig desktop-file-utils shared-mime-info -USE_GNOME= gnomeprefix intlhack gtk30 libxml2 vte3 +USE_GNOME= gnomeprefix gtk30 intlhack libxml2 vte3 USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes CONFIGURE_ARGS= --disable-spice --enable-ssh -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -Wno-format-nonliteral LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.Vinagre.gschema.xml diff --git a/net/vino3/Makefile b/net/vino3/Makefile index 1d8a276e8..5229b6cd4 100644 --- a/net/vino3/Makefile +++ b/net/vino3/Makefile @@ -23,14 +23,14 @@ CONFLICTS= vino-2.[0-9]* LATEST_LINK= vino3 USE_XZ= yes USES= gettext pathfix -USE_GNOME= gnomeprefix intlhack gtk30 +USE_GNOME= gnomeprefix gtk30 intlhack USE_XORG= xdamage xfixes xtst USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes CONFIGURE_ARGS= --without-network-manager \ --disable-http-server -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -Wno-format-nonliteral LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.Vino.enums.xml org.gnome.Vino.gschema.xml |