freebsd-ports/lang/cli/files.5/patch-tools::nmake::makefile.in
Maxim Sobolev eb8f89e29c Add cli - Microsoft's Shared Source implementation if CLI ECMA standard
and C# language. Please note, that in order to build on -current you need
linker binary from -stable.
2002-03-30 07:26:32 +00:00

14 lines
451 B
Text

$FreeBSD$
--- tools/nmake/makefile.in 2002/03/28 22:44:20 1.1
+++ tools/nmake/makefile.in 2002/03/28 22:45:39
@@ -57,7 +57,7 @@
all: makefile $(TARGET_NAME)
$(TARGET_NAME) : makefile $(OBJS)
- ld -o $@ $(OBJS) $(REQUIRED_CRUNTIME) $(LDFLAGS) -l$(PAL_LIB) $(GCC_LIB)
+ ld -o $@ $(OBJS) $(REQUIRED_CRUNTIME) $(LDFLAGS) -l$(PAL_LIB) $(GCC_LIB) -lc_r -lc
makefile : makefile.in
@echo $? is newer than $@. Please rerun $(TOP_SRC_DIR)/configure.