Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 2020 18:01:50 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r552837 - in branches/2020Q4/devel/liblpm: . files
Message-ID:  <202010201801.09KI1oE9072298@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Oct 20 18:01:50 2020
New Revision: 552837
URL: https://svnweb.freebsd.org/changeset/ports/552837

Log:
  MFH: r551700
  
  devel/liblpm: fix build on GCC architectures
  
  Patching fails, just use newer GCC.
  
  Approved by:	portmgr (fix build blanket)

Deleted:
  branches/2020Q4/devel/liblpm/files/
Modified:
  branches/2020Q4/devel/liblpm/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/devel/liblpm/Makefile
==============================================================================
--- branches/2020Q4/devel/liblpm/Makefile	Tue Oct 20 17:56:58 2020	(r552836)
+++ branches/2020Q4/devel/liblpm/Makefile	Tue Oct 20 18:01:50 2020	(r552837)
@@ -10,7 +10,7 @@ COMMENT=	Longest Prefix Match library
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
-USES=		compiler gmake libtool:build
+USES=		compiler:c11 gmake libtool:build
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rmind
@@ -29,10 +29,4 @@ PLIST_FILES=	include/lpm.h \
 		lib/liblpm.so.1 \
 		lib/liblpm.so.1.0.0
 
-.include <bsd.port.pre.mk>
-
-.if ${CHOSEN_COMPILER_TYPE} == gcc
-EXTRA_PATCHES=	${PATCHDIR}/extra-patch-Makefile
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010201801.09KI1oE9072298>