replace patch with the use of MAKE_FLAGS
This commit is contained in:
parent
dded4b8f89
commit
07d09305f7
@ -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}
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user