freebsd-ports/emulators/dynamips-community/files/patch-stable_Makefile
Pawel Pekala 06efbf78f0 - Update to version 0.2.11 [1]
- Remove optional installation of DOCS files, staging
  takes care of that, make it shorter

PR:		ports/187447 [1]
Submitted by:	maintainer
2014-03-13 18:36:36 +00:00

20 lines
664 B
Text

--- stable/Makefile.orig 2014-02-10 17:50:38.000000000 +0400
+++ stable/Makefile 2014-03-03 12:35:51.000000000 +0400
@@ -2,6 +2,8 @@
# Copyright (c) 2005-2006 Christophe Fillot.
# Copyright (c) 2013 Daniel Lintott.
+$(warning stable DYNAMIPS_ARCH="${DYNAMIPS_ARCH}")
+
# Get include files from the current directory and from the common directory
INCLUDE+=-I. -I../common
@@ -244,7 +246,7 @@
nvram_export$(BIN_EXT): nvram_export.o fs_nvram.o
@echo "Linking $@"
- @$(CC) -Wall $(CFLAGS) $(INCLUDE) $(LDFLAGS) -o $@ nvram_export.o fs_nvram.o
+ @$(CC) -Wall $(CFLAGS) $(INCLUDE) $(LDFLAGS) -o $@ nvram_export.o fs_nvram.o $(LIBS)
.PHONY: clean
clean: