diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-11-09 08:50:56 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-11-09 08:50:56 +0000 |
commit | c12d25996824948e40f9093e12044360cf12755b (patch) | |
tree | cc0a58ff327975075e84c5a1f384f5bd95e790d3 /x11/dgs/files | |
parent | Upgrade Pth scratch port from 1.2 beta to 1.3 alpha series. (diff) |
Update to 0.5.8
Diffstat (limited to 'x11/dgs/files')
-rw-r--r-- | x11/dgs/files/patch-ah | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/dgs/files/patch-ah b/x11/dgs/files/patch-ah new file mode 100644 index 000000000000..3d5e1f2e2ab9 --- /dev/null +++ b/x11/dgs/files/patch-ah @@ -0,0 +1,19 @@ +--- configure.orig Wed Oct 20 15:57:45 1999 ++++ configure Wed Oct 20 15:58:34 1999 +@@ -2952,6 +2952,7 @@ + s%@oldincludedir@%$oldincludedir%g + s%@infodir@%$infodir%g + s%@mandir@%$mandir%g ++s%@INSTALL@%install%g + s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g + s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g + s%@INSTALL_DATA@%$INSTALL_DATA%g +@@ -3096,7 +3097,7 @@ + s%@configure_input@%$configure_input%g + s%@srcdir@%$srcdir%g + s%@top_srcdir@%$top_srcdir%g +-s%@INSTALL@%$INSTALL%g ++s%@INSTALL@%install%g + " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file + fi; done + rm -f conftest.s* |