diff options
Diffstat (limited to 'comms/plp/patches/patch-af')
-rw-r--r-- | comms/plp/patches/patch-af | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/plp/patches/patch-af b/comms/plp/patches/patch-af index 7147b76e464..3caf1c847fb 100644 --- a/comms/plp/patches/patch-af +++ b/comms/plp/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.3 2001/04/22 17:43:19 skrll Exp $ +$NetBSD: patch-af,v 1.4 2001/04/23 08:26:01 skrll Exp $ --- Makefile.orig Tue Nov 2 21:05:02 1999 +++ Makefile @@ -7,7 +7,7 @@ $NetBSD: patch-af,v 1.3 2001/04/22 17:43:19 skrll Exp $ INCLUDE=-I../utils CFLAGS= -Wall -g -O2 -CC=g++ $(CFLAGS) $(INCLUDE) -+CC=$(LIBTOOL) --mode=compile g++ $(CFLAGS) $(INCLUDE) ++CC=$(LIBTOOL) --mode=compile $(REALCXX) $(CFLAGS) $(INCLUDE) # Linker and flags -LIBDIR=-L../utils @@ -19,7 +19,7 @@ $NetBSD: patch-af,v 1.3 2001/04/22 17:43:19 skrll Exp $ -# Archiver -AR=ar -cr +LIBS=../utils/libplputils.la -+LD=$(LIBTOOL) --mode=link g++ ++LD=$(LIBTOOL) --mode=link $(REALCXX) ####################################### # You shouldn't need to look any further.. |