svn commit: r552837 - in branches/2020Q4/devel/liblpm: . files
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Oct 20 18:01:51 UTC 2020
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>
More information about the svn-ports-all
mailing list