diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-01 12:48:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-01 12:48:13 +0000 |
commit | 5ae81a386af050c991dc480687a2f109abde4c2c (patch) | |
tree | 505d45a6e17b988c5be9d55a137dde4c4d129470 /science/szip/files/patch-examples-Makefile.in | |
parent | - Do not assume /bin/sh is bash in setup.sh (diff) |
- Update to 2.1
- Pass maintainership to submitter
PR: 124178
Submitted by: Wen heping <wenheping@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | science/szip/files/patch-examples-Makefile.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/science/szip/files/patch-examples-Makefile.in b/science/szip/files/patch-examples-Makefile.in deleted file mode 100644 index c09e3b5dee8c..000000000000 --- a/science/szip/files/patch-examples-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- examples/Makefile.in.orig Fri Mar 18 08:46:51 2005 -+++ examples/Makefile.in Fri Mar 18 08:47:39 2005 -@@ -203,7 +203,7 @@ - done - burst_szip$(EXEEXT): $(burst_szip_OBJECTS) $(burst_szip_DEPENDENCIES) - @rm -f burst_szip$(EXEEXT) -- $(LINK) $(burst_szip_LDFLAGS) $(burst_szip_OBJECTS) $(burst_szip_LDADD) $(LIBS) -+ $(LINK) $(burst_szip_LDFLAGS) $(burst_szip_OBJECTS) $(burst_szip_LDADD) $(LIBS) -lm - example$(EXEEXT): $(example_OBJECTS) $(example_DEPENDENCIES) - @rm -f example$(EXEEXT) - $(LINK) $(example_LDFLAGS) $(example_OBJECTS) $(example_LDADD) $(LIBS) |