97a59763fe
- Patch from hrs [2]: o Update to 1.3.3-pre1 o Install openjade(1) manual page. o Fix a possible problem that prevents xmlcatmgr from working during pkg_delete. o Clean up Makefile to make portlint happy. o Improvements since 1.3.2: the following flow objects added: page-sequence column-set-sequence embedded-text anchor included-container-area glyph-annotation aligned-column multi-line-inline-note emphasizing-mark side-by-side side-by-side-item PR: ports/107648 [1] Submitted by: Jason Lenthe<lenthe@comcast.net> [1], hrs [2]
11 lines
383 B
Text
11 lines
383 B
Text
--- Makefile.comm.in.orig Mon Jan 8 00:28:27 2007
|
|
+++ Makefile.comm.in Mon Jan 8 00:29:02 2007
|
|
@@ -32,7 +32,7 @@
|
|
INCS=-I$(srcdir) -I$(srcdir)/../include -I$(spincludedir) -I$(spincludedir)/.. $(INCLUDE)
|
|
CXXFLAGS=@CXXFLAGS@ $(INCS) $(DEBUG) $(DEFS)
|
|
CFLAGS=@CFLAGS@ $(DEBUG) $(DEFS)
|
|
-LDFLAGS=@LDFLAGS@
|
|
+LDFLAGS=@LDFLAGS@ -lintl
|
|
MSGGENFLAGS= -l jstyleModule
|
|
CXXDEPGENFLAGS=-MM
|
|
|