diff options
author | jlam <jlam> | 2003-06-23 07:52:39 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-06-23 07:52:39 +0000 |
commit | 7f8fa6e90b812a3277015885eee5f9278138b53b (patch) | |
tree | 5b14895c0da0e6ce440d7cea8ba056ad1d10cacd /textproc/xerces-c/files/Makefile.in | |
parent | ea65862f558a32dfe76412e5416b9780e80d1bb8 (diff) | |
download | pkgsrc-7f8fa6e90b812a3277015885eee5f9278138b53b.tar.gz |
Update textproc/xerces-c to 1.7.0.3. This is the last stable release
in the Xerces-C 1.x line and contains many fixes and improvements over
version 1.3.0. Make this package compile with ICU>=2.4.
Diffstat (limited to 'textproc/xerces-c/files/Makefile.in')
-rw-r--r-- | textproc/xerces-c/files/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xerces-c/files/Makefile.in b/textproc/xerces-c/files/Makefile.in index 8184d97c8cf..10f13f7a8d6 100644 --- a/textproc/xerces-c/files/Makefile.in +++ b/textproc/xerces-c/files/Makefile.in @@ -62,12 +62,14 @@ CXX = @cxx@ CXXFLAGS = @cxxflags@ CFLAGS = @cflags@ PREFIX = @prefix@ +PREFIX_INCLUDE = @prefix_include@ LDFLAGS = @ldflags@ LIBS = @libs@ OSVER = @osver@ USELIBWWW = @uselibwww@ MESSAGELOADER = @messageloader@ TRANSCODER = @transcoder@ +THREADS = @threads@ MODULE = util @@ -78,4 +80,3 @@ CPP_PUBHEADERS = NetBSDDefs.hpp CPP_OBJECTS = NetBSDPlatformUtils.$(TO) include ../../Makefile.util.submodule - |