diff options
Diffstat (limited to 'textproc/xlhtml/files/patch-ai')
-rw-r--r-- | textproc/xlhtml/files/patch-ai | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/xlhtml/files/patch-ai b/textproc/xlhtml/files/patch-ai new file mode 100644 index 000000000000..8a025abc134a --- /dev/null +++ b/textproc/xlhtml/files/patch-ai @@ -0,0 +1,18 @@ +--- ppthtml/Makefile.am.orig Mon Feb 25 01:16:11 2002 ++++ ppthtml/Makefile.am Mon Feb 25 01:16:32 2002 +@@ -2,13 +2,13 @@ + + EXTRA_DIST = README ChangeLog TODO THANKS test.ppt ppthtml.1 + +-INCLUDES = -I../cole ++INCLUDES = -I$(LOCALBASE)/include -I../cole + + noinst_PROGRAMS = pptdump + man_MANS = ppthtml.1 + bin_SCRIPTS = nspptview + bin_PROGRAMS = ppthtml +-LDADD = ../cole/libcole.a ++LDADD = -L$(LOCALBASE)/lib -lcole + ppthtml_SOURCES = ppthtml.c + AM_CFLAGS = -Wall -Wshadow -Wcast-align -Wpointer-arith + |