summaryrefslogtreecommitdiff
path: root/emulators/dynamips-devel/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/dynamips-devel/files/patch-Makefile')
-rw-r--r--emulators/dynamips-devel/files/patch-Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/emulators/dynamips-devel/files/patch-Makefile b/emulators/dynamips-devel/files/patch-Makefile
deleted file mode 100644
index bab0bab9ab7d..000000000000
--- a/emulators/dynamips-devel/files/patch-Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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
-- LIBS=-L$(LOCALBASE)/lib -L. -ldl -lelf $(PTHREAD_LIBS) $(LDFLAGS)
-+ LIBS=-L$(LOCALBASE)/lib -L. -lelf $(PTHREAD_LIBS) $(LDFLAGS)
- else
- ifeq ($(shell uname), Linux)
- PTHREAD_LIBS?=-lpthread