diff options
Diffstat (limited to 'misc/rpm/patches/patch-bc')
-rw-r--r-- | misc/rpm/patches/patch-bc | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/misc/rpm/patches/patch-bc b/misc/rpm/patches/patch-bc index b1bad830c20..9cbc8e963c2 100644 --- a/misc/rpm/patches/patch-bc +++ b/misc/rpm/patches/patch-bc @@ -1,7 +1,16 @@ -$NetBSD: patch-bc,v 1.1 1998/11/05 01:34:02 mycroft Exp $ +$NetBSD: patch-bc,v 1.2 2001/07/15 22:38:15 jlam Exp $ --- popt/Makefile.in.orig Sun Sep 27 10:57:03 1998 -+++ popt/Makefile.in Wed Nov 4 20:11:39 1998 ++++ popt/Makefile.in +@@ -16,7 +16,7 @@ + LIBS=$(prefix)/lib + INCLUDE=$(prefix)/include + CPP=@CPP@ +-LDFLAGS=@LIBS@ ++LDFLAGS=@LDFLAGS@ @LIBS@ + TESTCASES=test1 + + VERSION=$(shell awk '/define version/ { print $$3 }' popt.spec) @@ -63,8 +63,8 @@ install: mkdir -p $(PREFIX)/$(INCLUDE) |