mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
libxml2 versions were compared algebraically (-ge), which made our current version 280 appear smaller than checked-against 2616. It was fixed once, by mezz@ in r225813, but not in a very good way (only for libxml 2.7). While here, cleanup and stagify the port.
11 lines
556 B
Text
11 lines
556 B
Text
--- lib/Makefile.in.orig 2008-02-28 00:04:17.000000000 +0100
|
|
+++ lib/Makefile.in 2008-02-28 00:04:52.000000000 +0100
|
|
@@ -259,7 +259,7 @@
|
|
version-etc.h version-etc.c xalloc-die.c xgethostname.h \
|
|
xgethostname.c xsize.h xstrndup.h xstrndup.c xstrtoumax.c \
|
|
xvasprintf.h xvasprintf.c xasprintf.c
|
|
-libgnu_a_LIBADD = @LIBOBJS@ @ALLOCA@ $(LTLIBICONV)
|
|
+libgnu_a_LIBADD = @LIBOBJS@ @ALLOCA@
|
|
EXTRA_DIST = alloca_.h fnmatch_.h fnmatch_loop.c getopt_.h \
|
|
getopt_int.h stdbool_.h stdint_.h
|
|
BUILT_SOURCES = $(ALLOCA_H) $(FNMATCH_H) $(GETOPT_H) $(STDBOOL_H) \
|