writing parsers. These are: + A number of character set convertors + Mapping of character set names to/from MIB enum values + UTF-8 and UTF-16 (host endian) support functions + Various simple data structures (resizeable buffer, stack, vector) + A UTF-8 input stream WWW: http://www.netsurf-browser.org/projects/libparserutils/ PR: ports/159935 Submitted by: David Romano <unobe@cpan.org> Approved by: miwi, wen (mentors implicit)
9 lines
438 B
Text
9 lines
438 B
Text
--- Makefile.orig 2011-08-13 20:17:22.000000000 -0700
|
|
+++ Makefile 2011-08-13 20:17:30.000000000 -0700
|
|
@@ -46,5 +46,5 @@
|
|
I := /include/parserutils/utils
|
|
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/buffer.h;$(Is)/stack.h;$(Is)/vector.h
|
|
|
|
-INSTALL_ITEMS := $(INSTALL_ITEMS) /lib/pkgconfig:lib$(COMPONENT).pc.in
|
|
+INSTALL_ITEMS := $(INSTALL_ITEMS) /libdata/pkgconfig:lib$(COMPONENT).pc.in
|
|
INSTALL_ITEMS := $(INSTALL_ITEMS) /lib:$(OUTPUT)
|