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:
parent
df3920e3e0
commit
8eb7be195e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315037
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user