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

(-)Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
USE_REINPLACE=	yes
17
USE_REINPLACE=	yes
18
USE_GNOMENG=	yes
18
USE_GNOMENG=	yes
19
USE_GNOME=	gtk12 gnomehack
19
USE_GNOME=	gtk12 gnomehack libxml
20
WANT_GNOME=	yes
20
WANT_GNOME=	yes
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
(-)files/patch-src-Makefile.in (+11 lines)
Added Link Here
1
--- src/Makefile.in.orig	Fri Feb  7 20:20:03 2003
2
+++ src/Makefile.in	Fri Feb  7 20:20:20 2003
3
@@ -122,7 +122,7 @@
4
 g2c_SOURCES =  	g2c.c 	g2c_file_parser.c g2c_file_parser.h 	g2c_helpers.c g2c_helpers.h 	g2c_widget.c g2c_widget.h 	g2c_project.c g2c_project.h 	g2c_signal.c g2c_signal.h 	g2c_doc.c g2c_doc.h 	g2c_accel.c g2c_accel.h 	am_handler.c am_handler.h
5
 
6
 
7
-g2c_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) 
8
+g2c_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) $(XML_LIB)
9
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
10
 CONFIG_HEADER = ../config.h
11
 CONFIG_CLEAN_FILES =

Return to bug 48064