View | Details | Raw Unified | Return to bug 19193
Collapse All | Expand All

(-)jade/Makefile (-1 lines)
Lines 23-29 Link Here
23
USE_GMAKE=	YES
23
USE_GMAKE=	YES
24
USE_LIBTOOL=	YES
24
USE_LIBTOOL=	YES
25
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
26
CONFIGURE_ENV=	CXXFLAGS="${CFLAGS}"
27
CONFIGURE_ARGS=	--enable-default-catalog=${PREFIX}/share/sgml/catalog
26
CONFIGURE_ARGS=	--enable-default-catalog=${PREFIX}/share/sgml/catalog
28
27
29
post-extract:
28
post-extract:
(-)jade/patches/patch-aa (-13 lines)
Lines 1-13 Link Here
1
--- Makefile.comm.in.orig	Sun Dec 12 21:06:43 1999
2
+++ Makefile.comm.in	Sun Dec 12 21:08:59 1999
3
@@ -24,8 +24,8 @@
4
 LIBS=@LIBS@
5
 DEFS=@DEFS@
6
 INCS=-I$(srcdir) -I$(srcdir)/../include $(INCLUDE)
7
-CXXFLAGS=@CXXFLAGS@ $(INCS) $(DEBUG) $(DEFS)
8
-CFLAGS=@CFLAGS@ $(DEBUG) $(DEFS)
9
+CXXFLAGS=-O $(INCS) $(DEBUG) $(DEFS)
10
+CFLAGS=-O $(DEBUG) $(DEFS)
11
 LDFLAGS=@LDFLAGS@
12
 MSGGENFLAGS=
13
 CXXDEPGENFLAGS=-MM

Return to bug 19193