diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-11 19:50:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-11 19:50:28 +0000 |
commit | b655e549c462b118351605107bd4b4e07b799d65 (patch) | |
tree | d9e7e7f53c808eb5085b558bd42aaceb51468e57 /emulators/dynamips-devel/files/patch-Makefile | |
parent | Update to 1.2.23 (diff) |
- Update to 0.2.8-RC2
PR: ports/117457 ports/117927
Submitted by: Pavel I Volkov <pol@opk.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=202969
Diffstat (limited to 'emulators/dynamips-devel/files/patch-Makefile')
-rw-r--r-- | emulators/dynamips-devel/files/patch-Makefile | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/emulators/dynamips-devel/files/patch-Makefile b/emulators/dynamips-devel/files/patch-Makefile index 47fab52596c5..bab0bab9ab7d 100644 --- a/emulators/dynamips-devel/files/patch-Makefile +++ b/emulators/dynamips-devel/files/patch-Makefile @@ -1,6 +1,14 @@ ---- Makefile.orig Thu Sep 13 19:55:14 2007 -+++ Makefile Thu Sep 13 19:55:30 2007 -@@ -52,7 +52,7 @@ +--- Makefile.orig 2007-10-14 12:43:07.000000000 +0400 ++++ Makefile 2007-10-24 19:48:14.000000000 +0400 +@@ -45,14 +45,14 @@ + -DHAS_POSIX_MEMALIGN=$(HAS_POSIX_MEMALIGN) + + #PCAP_LIB=/usr/local/lib/libpcap.a +-PCAP_LIB=-lpcap ++PCAP_LIB?=-lpcap + + ifeq ($(shell uname), FreeBSD) + PTHREAD_LIBS?=-pthread LOCALBASE?=/usr/local CFLAGS+=-I$(LOCALBASE)/include -I$(LOCALBASE)/include/libelf \ $(PTHREAD_CFLAGS) -D_FILE_OFFSET_BITS=64 |