diff options
author | thierry <thierry@FreeBSD.org> | 2008-02-18 04:35:17 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2008-02-18 04:35:17 +0800 |
commit | 199bec2e3cd1c4860076e3778a57343c3c50dfde (patch) | |
tree | 539f5a865c929457c7eea3b4d7d384c8d6b76436 /science/cdo/files | |
parent | bdda6b665aaf5dacae0c8be8f13cbf1db980520b (diff) | |
download | freebsd-ports-gnome-199bec2e3cd1c4860076e3778a57343c3c50dfde.tar.gz freebsd-ports-gnome-199bec2e3cd1c4860076e3778a57343c3c50dfde.tar.zst freebsd-ports-gnome-199bec2e3cd1c4860076e3778a57343c3c50dfde.zip |
Update to 1.1.0.
PR: ports/120299
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet (at) sunpoet.net> (maintainer)
Diffstat (limited to 'science/cdo/files')
-rw-r--r-- | science/cdo/files/extra-patch-src-Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/science/cdo/files/extra-patch-src-Makefile.in b/science/cdo/files/extra-patch-src-Makefile.in new file mode 100644 index 000000000000..f6e54dc31bad --- /dev/null +++ b/science/cdo/files/extra-patch-src-Makefile.in @@ -0,0 +1,13 @@ +--- src/Makefile.in.orig 2008-01-04 20:42:09.000000000 +0800 ++++ src/Makefile.in 2008-01-31 20:06:47.000000000 +0800 +@@ -37,8 +37,8 @@ + PRE_UNINSTALL = : + POST_UNINSTALL = : + host_triplet = @host@ +-bin_PROGRAMS = cdo$(EXEEXT) +-noinst_PROGRAMS = cdotest$(EXEEXT) ++bin_PROGRAMS = cdo$(EXEEXT) cdotest$(EXEEXT) ++noinst_PROGRAMS = + subdir = src + DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(srcdir)/config.h.in |