diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-27 18:23:39 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-27 18:23:39 +0000 |
commit | 0fba8fa7c63a57b1afb70961ac2ea4d62737e8a5 (patch) | |
tree | a831653d1495a5216b47ab5a71bb8bb74f741e52 /textproc/xlhtml/files/patch-ai | |
parent | Fix some typos. (diff) |
Update to 0.4.
Submitted by: Masaharu FUJITA <fujita@hpc.cs.ehime-u.ac.jp>
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 + |