aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2011-07-30 17:39:44 +0800
committerkwm <kwm@FreeBSD.org>2011-07-30 17:39:44 +0800
commit254acdac182f9c08ecf35b8468bbf7e6514d0982 (patch)
tree4b07f845f80d7e3a7f45b05f1ffc9182e5a28c6d /security
parent550ed7d78fab02c5dbdfeea1ecea79f43bbeb1fd (diff)
downloadfreebsd-ports-gnome-254acdac182f9c08ecf35b8468bbf7e6514d0982.tar.gz
freebsd-ports-gnome-254acdac182f9c08ecf35b8468bbf7e6514d0982.tar.zst
freebsd-ports-gnome-254acdac182f9c08ecf35b8468bbf7e6514d0982.zip
Build fixes with glib 2.28. gtk 2.24, gtkmm 2.24 and vala 0.12.
Diffstat (limited to 'security')
-rw-r--r--security/libgnomesu/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/libgnomesu/Makefile b/security/libgnomesu/Makefile
index 1ff574cc9660..6e7a919b71ff 100644
--- a/security/libgnomesu/Makefile
+++ b/security/libgnomesu/Makefile
@@ -21,6 +21,10 @@ CONFIGURE_ARGS+=--disable-install-pam
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
+post-patch:
+ @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g' \
+ ${WRKSRC}/src/Makefile.in
+
post-install:
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${FILESDIR}/gnomesu-pam.sample ${EXAMPLESDIR}