diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-10 09:42:18 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-10 09:42:18 +0000 |
commit | 74bb6ba7a1ca4f4f6c6912c7ced197ea34dc11c7 (patch) | |
tree | ca30a2ec611f8ec669dc5853bfaccd1937d93f87 /textproc/word2x/files/patch-aa | |
parent | Make this port a little reinstall-friendly ("ln -s" -> "ln -fs"). (diff) |
New port word2x, a converter from MS Word to text, HTML or LaTeX.
Diffstat (limited to 'textproc/word2x/files/patch-aa')
-rw-r--r-- | textproc/word2x/files/patch-aa | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/word2x/files/patch-aa b/textproc/word2x/files/patch-aa new file mode 100644 index 000000000000..2cae88fac7e6 --- /dev/null +++ b/textproc/word2x/files/patch-aa @@ -0,0 +1,25 @@ +--- Makefile.in.orig Tue Apr 21 02:38:00 1998 ++++ Makefile.in Wed Jun 10 11:32:12 1998 +@@ -6,10 +6,10 @@ + CPP=@CXX@ + + #seek_set_hdr is a hack for Sun OS (and others? I hope not) +-CPPFLAGS=-g -Wall @DEFS@ @seek_set_hdr@ ++CPPFLAGS=@CXXFLAGS@ @DEFS@ @seek_set_hdr@ + LD=@ld@ + +-CCFLAGS=-O3 @DEFS@ ++CCFLAGS=@CFLAGS@ @DEFS@ + LIBOBJS=wordwrap.o nullproc.o tblock.o scan_num.o map_chars.o col-align.o \ + compat.o ukdate.o usdate.o num_unit_probe.o part_num_probe.o + AR=ar +@@ -89,7 +89,7 @@ + $(CPP) -o $@ $(PROGOBJS) + + install: $(TARGETS) $(MANP) +- @INSTALL@ $(MANP) -m 644 @mandir@/man1 ++ @INSTALL_DATA@ $(MANP) @mandir@/man1 + for I in $(TARGETS); do \ +- @INSTALL@ $${I} -m 755 @bindir@; \ ++ @INSTALL_PROGRAM@ $${I} @bindir@; \ + done |