diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 11:43:36 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 11:43:36 +0000 |
commit | 7874f190136393a609799dc33e0ed757e6ad48de (patch) | |
tree | add00dd6595a7919a80c46dccbf026a85370387d /textproc/iiimf-csconv/files | |
parent | ffc8c09f18fa76f9c07bb77ac7bd323291ff0a3d (diff) | |
download | ports-7874f190136393a609799dc33e0ed757e6ad48de.tar.gz ports-7874f190136393a609799dc33e0ed757e6ad48de.zip |
Notes
Diffstat (limited to 'textproc/iiimf-csconv/files')
-rw-r--r-- | textproc/iiimf-csconv/files/patch-lib_CSConv_configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/iiimf-csconv/files/patch-lib_CSConv_configure b/textproc/iiimf-csconv/files/patch-lib_CSConv_configure new file mode 100644 index 000000000000..f33a2889f95b --- /dev/null +++ b/textproc/iiimf-csconv/files/patch-lib_CSConv_configure @@ -0,0 +1,10 @@ +--- configure.orig Sat Dec 6 01:28:41 2003 ++++ configure Sat Dec 6 01:28:43 2003 +@@ -6220,6 +6220,7 @@ + case "${host}" in + *solaris*) platform=SOLARIS ;; + *linux*) platform=LINUX ;; ++ *freebsd*) platform=FREEBSD ;; + esac + + |