summaryrefslogtreecommitdiff
path: root/science/szip/files/patch-examples-Makefile.in
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-05-31 23:01:15 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-05-31 23:01:15 +0000
commita54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch)
tree16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /science/szip/files/patch-examples-Makefile.in
parent- Update to 1.11.3 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'.5-eol
Diffstat (limited to 'science/szip/files/patch-examples-Makefile.in')
-rw-r--r--science/szip/files/patch-examples-Makefile.in13
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)