From a449e66640f4e67f3d5033c093a6215fcc21316f Mon Sep 17 00:00:00 2001 From: madpilot Date: Fri, 13 Sep 2013 17:14:53 +0000 Subject: - Fix build after iconv change [1] - Fix build with clang/libc++ ([2] for graphics/ipe) While here for databases/spatialite: - Trim Makefile headers - Remove check for unsupported FreeBSD versions Submitted by: marino [1] Reported by: swills, antoine [1] Submitted by: bsam [2] Approved by: portmgr (bapt, implicit) --- palm/gnome-pilot/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'palm/gnome-pilot') diff --git a/palm/gnome-pilot/Makefile b/palm/gnome-pilot/Makefile index 41a00b2ceb5d..12277352ce0d 100644 --- a/palm/gnome-pilot/Makefile +++ b/palm/gnome-pilot/Makefile @@ -14,9 +14,8 @@ COMMENT= PalmPilot conduit system for GNOME 2 BUILD_DEPENDS= gob2:${PORTSDIR}/devel/gob2 LIB_DEPENDS= pisock.9:${PORTSDIR}/palm/pilot-link -USES= pathfix pkgconfig gettext +USES= gmake iconv pathfix pkgconfig gettext USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehier gnomepanel intlhack \ ltverhack libgnomeui USE_AUTOTOOLS= libtool @@ -24,7 +23,7 @@ INSTALLS_OMF= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --with-pisock=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} MAN1= gpilot-install-file.1 GCONF_SCHEMAS= pilot.schemas -- cgit