Pango build patch
- From: Alexander Larsson <alla lysator liu se>
- To: <gtk-devel-list gnome org>
- Subject: Pango build patch
- Date: Mon, 18 Dec 2000 10:39:13 +0100 (CET)
I needed this patch to build cvs pango.
/ Alex
Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/pango/Makefile.am,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile.am
--- Makefile.am 2000/12/15 01:10:09 1.12
+++ Makefile.am 2000/12/18 09:35:46
@@ -1,6 +1,6 @@
## Process this file with automake to create Makefile.in.
-SUBDIRS=modules pango examples docs tools fonts
+SUBDIRS=pango modules examples docs tools fonts
bin_SCRIPTS = pango-config
Index: pango/Makefile.am
===================================================================
RCS file: /cvs/gnome/pango/pango/Makefile.am,v
retrieving revision 1.34
diff -u -p -r1.34 Makefile.am
--- pango/Makefile.am 2000/12/16 06:46:40 1.34
+++ pango/Makefile.am 2000/12/18 09:35:46
@@ -105,10 +105,10 @@ pangoinclude_HEADERS = \
$(pango_built_headers)
pango-enum-types.h: $(pango_headers) makeenums.pl
- makeenums.pl include $(pango_headers) > pango-enum-types.h
+ ./makeenums.pl include $(pango_headers) > pango-enum-types.h
pango-enum-types.c: $(pango_headers) makeenums.pl
- makeenums.pl cfile $(pango_headers) > pango-enum-types.c
+ ./makeenums.pl cfile $(pango_headers) > pango-enum-types.c
#
# As a temporary hack, we pull in libpangox here so that we can link
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]