diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-12-25 13:46:47 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-12-25 13:46:47 +0000 |
commit | 58d08348e701f6efb483546e39e029f3cb8df429 (patch) | |
tree | 497d2d05fe75c3303145da0c487f508aa917ee26 /packages/fmtools/files/makefile.patch | |
parent | 28923e28feb20034efc37bb64132ed07679cc272 (diff) | |
parent | d7f9aa1735c0b9d589c11638cdf60d56267d431e (diff) |
merge of '8728ab154063ad389826d041d5c22bd3587f3372'
and 'acf2917a94a9bba36e944b0ad3ee532e3fc10eaf'
Diffstat (limited to 'packages/fmtools/files/makefile.patch')
-rw-r--r-- | packages/fmtools/files/makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/fmtools/files/makefile.patch b/packages/fmtools/files/makefile.patch new file mode 100644 index 0000000000..41c0086b82 --- /dev/null +++ b/packages/fmtools/files/makefile.patch @@ -0,0 +1,11 @@ +--- fmtools-1.0.2/Makefile 2002-08-17 06:05:09.000000000 +0200 ++++ fmtools-1.0.2p/Makefile 2007-12-22 21:45:28.000000000 +0100 +@@ -1,8 +1,5 @@ + # fmtools Makefile - just the basics for now + +-CC = gcc +-CFLAGS = -Wall -O2 +- + INSTALL = /usr/bin/install + + # Since fmtools doesn't use configure, these paths are provided here |