Sha256: 44cb64b839be8039fffb8ba3d738af95c66247c9b4dee3fb03fd3a1610f4f033

Contents?: true

Size: 465 Bytes

Versions: 6

Compression:

Stored size: 465 Bytes

Contents

$NetBSD: patch-ad,v 1.11 2011/02/28 11:02:46 adam Exp $

--- c++/Makefile.in.orig	2010-11-27 21:45:27.000000000 +0000
+++ c++/Makefile.in
@@ -167,7 +167,7 @@ LIB_OBJS = \
 
 ../lib/$(LIBNAME_LIBTOOL) : $(LIB_OBJS)
 	cd ../lib && $(LIBTOOL_LINK) $(CXX) $(CXXFLAGS) \
-		-o $(LIBNAME) $(LIB_OBJS:$o=.lo) \
+		-o $(LIBNAME) $(LIB_OBJS:.o=.lo) \
 		-rpath $(INSTALL_PREFIX)$(libdir) \
 		$(LIBTOOL_VERSION) $(NCURSES_MAJOR):$(NCURSES_MINOR) $(LT_UNDEF) $(SHLIB_LIST)
 

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
omnibus-software-23.7.295 config/patches/ncurses/patch-ad
omnibus-software-23.6.292 config/patches/ncurses/patch-ad
omnibus-software-23.6.291 config/patches/ncurses/patch-ad
omnibus-software-23.2.283 config/patches/ncurses/patch-ad
omnibus-software-23.2.281 config/patches/ncurses/patch-ad
omnibus-software-22.11.239 config/patches/ncurses/patch-ad