From 07d09305f7cc98ec08008b0889a641cf0ad0ce5c Mon Sep 17 00:00:00 2001 From: brad Date: Thu, 7 Dec 2000 14:14:21 +0000 Subject: [PATCH] replace patch with the use of MAKE_FLAGS --- devel/popt/Makefile | 4 +++- devel/popt/patches/patch-Makefile.in | 11 ----------- 2 files changed, 3 insertions(+), 12 deletions(-) delete mode 100644 devel/popt/patches/patch-Makefile.in diff --git a/devel/popt/Makefile b/devel/popt/Makefile index 0c2fb0f24d9..f4cfc9caae1 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2000/12/04 16:00:29 brad Exp $ +# $OpenBSD: Makefile,v 1.5 2000/12/07 14:14:21 brad Exp $ DISTNAME= popt-1.5.1 CATEGORIES= devel @@ -16,6 +16,8 @@ PERMIT_DISTFILES_FTP= Yes WRKDIST= ${WRKDIR}/popt-1.5 +MAKE_FLAGS= libpopt_la_LDFLAGS="-version-info 0:1:0" + SEPARATE_BUILD= concurrent CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= ${CONFIGURE_SHARED} diff --git a/devel/popt/patches/patch-Makefile.in b/devel/popt/patches/patch-Makefile.in deleted file mode 100644 index 64f6f93bae9..00000000000 --- a/devel/popt/patches/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Dec 4 10:28:04 2000 -+++ Makefile.in Mon Dec 4 10:28:27 2000 -@@ -144,7 +144,7 @@ - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ --libpopt_la_LDFLAGS = -+libpopt_la_LDFLAGS = -version-info 0:1:0 - libpopt_la_LIBADD = - libpopt_la_OBJECTS = popt.lo findme.lo poptparse.lo poptconfig.lo \ - popthelp.lo