1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Fix build with glib 2.34.

Submitted by:	John Marino <draco@marino.st>
This commit is contained in:
Koop Mast 2013-03-23 14:54:54 +00:00
parent df3920e3e0
commit 8eb7be195e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315037
2 changed files with 8 additions and 7 deletions

View File

@ -1,10 +1,6 @@
# New ports collection makefile for: mergeant
# Date created: 14 September 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/databases/mergeant/Makefile,v 1.20 2008/02/05 13:30:46 kwm Exp $
#
PORTNAME= mergeant
PORTVERSION= 0.67
@ -19,13 +15,14 @@ COMMENT= Provide uniform access to data sources for the GNOME 2 environment
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix intlhack gnomehack libgnomedb
USES= pathfix
USE_GNOME= gnomeprefix intlhack libgnomedb
USE_PERL5= yes
GNU_CONFIGURE= yes
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>

View File

@ -32,6 +32,10 @@ INSTALLS_ICONS= yes
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e 's|glib/gstrfuncs.h|glib.h|g' \
${WRKSRC}/gp_cppsupport/gprinter.cpp
post-install:
-@update-desktop-database