1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../vx32/hotfix.patch
5 # Copyright (C) 2009 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
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
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- a/src/Makefrag.vanilla 2009-12-16 12:39:17.000000000 +0100
18 +++ a/src/Makefrag 2009-12-16 12:39:24.000000000 +0100
20 VX32_CFLAGS := -nostdinc -Ilibvxc/include $(COMMON_CFLAGS)
21 VX32_LDFLAGS := -Llibvxc -L$(dir $(shell vx32-gcc -print-libgcc-file-name)) \
22 $(COMMON_LDFLAGS) libvxc/vx32/crt0.o
23 -VX32_LDLIBS := -lc -lgcc
24 +VX32_LDLIBS := -lc `$(CC) -print-libgcc-file-name`
26 # Set compiler options if we should generate x87 FPU code.
28 --- a/rc/vxa/Makefrag.vanilla 2009-12-16 12:41:45.000000000 +0100
29 +++ a/src/vxa/Makefrag 2009-12-16 12:41:52.000000000 +0100
31 include vxa/bz2/Makefrag
32 include vxa/jpeg/Makefrag
33 include vxa/jp2/Makefrag
34 -include vxa/vorbis/Makefrag
35 include vxa/flac/Makefrag