forked from Lainports/freebsd-ports
- Sparc patch no longer applies cleanly and was dropped. - Other patches updated to apply to 0.172. - stable/10 and 11.0 lack needed ELF header types; and 10 is closed. Skip building on these (PR). - gnulib handling was reverted to pre-r454110 style to allow using pkg. PR: 228478 Reported by: portscout
12 lines
417 B
Text
12 lines
417 B
Text
--- lib/Makefile.am.orig 2017-11-22 03:44:22.000000000 -0800
|
|
+++ lib/Makefile.am
|
|
@@ -35,7 +35,8 @@
|
|
|
|
libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c \
|
|
crc32.c crc32_file.c \
|
|
- color.c printversion.c
|
|
+ color.c printversion.c \
|
|
+ error.c obstack.c obstack_printf.c
|
|
|
|
noinst_HEADERS = fixedsizehash.h libeu.h system.h dynamicsizehash.h list.h \
|
|
eu-config.h color.h printversion.h bpf.h
|