Dash:
[t2.git] / package / graphic / fourier / install-site.patch
blob9a0b6224ea5c922b9278aa0263d74fbe212c12bd
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../fourier/install-site.patch
5 # Copyright (C) 2007 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 --- fourier-0.3.0/Makefile.vanilla 2007-11-30 15:58:00.000000000 +0100
18 +++ fourier-0.3.0/Makefile 2007-11-30 15:58:23.000000000 +0100
19 @@ -1,7 +1,7 @@
20 # Use gimptool-2.0 to sett these variables
21 GIMPTOOL=gimptool
22 PLUGIN_BUILD=$(GIMPTOOL) --build
23 -PLUGIN_INSTALL=$(GIMPTOOL) --install-bin
24 +PLUGIN_INSTALL=$(GIMPTOOL) --install-admin-bin
25 GCC=g++
26 LIBS=$(shell pkg-config fftw3 --libs)
27 CFLAGS=-O2 $(shell pkg-config fftw3 --cflags)