* added graalvm (22.0.0.1) - A high-performance JDK distribution
[t2.git] / package / audio / ladspa-vcf / compiler.patch
blobf2cea26f0794d8359bfe40ce19be253e4cd85119
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../ladspa-vcf/compiler.patch
5 # Copyright (C) 2008 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- vcf-0.0.5.orig/Makefile 2002-08-12 14:53:36.000000000 +0200
18 +++ vcf-0.0.5/Makefile 2008-02-10 15:37:18.000000000 +0100
19 @@ -1,9 +1,9 @@
20 all: vcf_cv_in.so vcf.so
21 vcf_cv_in.so: vcf_cv_in.o
22 - gcc -shared -o vcf_cv_in.so vcf_cv_in.o -lm
23 + $(CC) -shared -o vcf_cv_in.so vcf_cv_in.o -lm
24 vcf.so: vcf.o
25 - gcc -shared -o vcf.so vcf.o -lm
26 + $(CC) -shared -o vcf.so vcf.o -lm
27 vcf_cv_in.o: vcf.so.c
28 - cc -c -fPIC -o vcf_cv_in.o vcf.so.c -DWITH_CV_IN
29 + $(CC) -c -fPIC -o vcf_cv_in.o vcf.so.c -DWITH_CV_IN
30 vcf.o: vcf.so.c
31 - cc -c -fPIC -o vcf.o vcf.so.c
32 + $(CC) -c -fPIC -o vcf.o vcf.so.c