aboutsummaryrefslogtreecommitdiff
path: root/audio/csound/files/patch-util1_cscore_makef
diff options
context:
space:
mode:
Diffstat (limited to 'audio/csound/files/patch-util1_cscore_makef')
-rw-r--r--audio/csound/files/patch-util1_cscore_makef22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/csound/files/patch-util1_cscore_makef b/audio/csound/files/patch-util1_cscore_makef
new file mode 100644
index 000000000000..892198b6d6f7
--- /dev/null
+++ b/audio/csound/files/patch-util1_cscore_makef
@@ -0,0 +1,22 @@
+$FreeBSD$
+
+--- util1/cscore/makef.orig Sun Jul 14 16:02:58 2002
++++ util1/cscore/makef Sun Jul 14 16:02:58 2002
+@@ -16,7 +16,7 @@ $I/cscore.h: $T/cscore.h
+ cp $T/cscore.h $I
+
+ cscore.a: $(OBJS)
+- -rm cscore.a
++ -rm -f cscore.a
+ ar q cscore.a $(OBJS)
+ -ranlib cscore.a
+
+@@ -33,7 +33,7 @@ $T/memalloc.o:
+
+
+ install: includes cscore.a
+- -rm $(LIB)/libcscore.a
++ -rm -f $(LIB)/libcscore.a
+ cp cscore.a $(LIB)/libcscore.a
+
+ clean: