summaryrefslogtreecommitdiff
path: root/math/blocksolve95/files/patch-bmake__common
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /math/blocksolve95/files/patch-bmake__common
parenteditors/fte: update to 20110708 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes: svn path=/head/; revision=363362
Diffstat (limited to 'math/blocksolve95/files/patch-bmake__common')
-rw-r--r--math/blocksolve95/files/patch-bmake__common19
1 files changed, 19 insertions, 0 deletions
diff --git a/math/blocksolve95/files/patch-bmake__common b/math/blocksolve95/files/patch-bmake__common
new file mode 100644
index 000000000000..7c426bf835a8
--- /dev/null
+++ b/math/blocksolve95/files/patch-bmake__common
@@ -0,0 +1,19 @@
+--- bmake/common.orig Tue Jan 9 16:35:45 1996
++++ bmake/common Sun Oct 3 23:03:55 2004
+@@ -161,13 +161,13 @@
+ #
+ # Builds library - fast version
+ libfast: chkpetsc_dir $(SOURCEC) $(SOURCEF)
+- @-if [ "$(SOURCEC)" != "" ] ; then \
++ -if [ "$(SOURCEC)" != "" ] ; then \
+ $(CC) -c $(CFLAGS) $(BASEOPT) $(SOURCEC) ;\
+ fi
+- @-if [ "$(SOURCEF)" != "" ] ; then \
++ -if [ "$(SOURCEF)" != "" ] ; then \
+ $(FC) -c $(FFLAGS) $(BASEOPTF) $(SOURCEF) ;\
+ fi
+- @-if [ "$(OBJS)" != " " ] ; then \
++ -if [ "$(OBJS)" != " " ] ; then \
+ $(AR) cr $(LIBNAME) $(OBJS); \
+ $(RM) -f $(OBJS); \
+ fi