diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-08-11 22:57:38 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-08-11 22:57:38 -0500 |
commit | 92637808903d58884a829850d68df6ffeef63323 (patch) | |
tree | 7d93f4f11e1819bf2f91347343c150589fb2d19d /opensuse/arts/fortify_source.patch | |
parent | 2327306bdb2b4f62381c9a6d7d6ae217a5eda9b1 (diff) | |
parent | 53f2819f9af035a38ca08df1ede9e6cd24aa79ef (diff) | |
download | tde-packaging-92637808903d58884a829850d68df6ffeef63323.tar.gz tde-packaging-92637808903d58884a829850d68df6ffeef63323.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'opensuse/arts/fortify_source.patch')
-rw-r--r-- | opensuse/arts/fortify_source.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/opensuse/arts/fortify_source.patch b/opensuse/arts/fortify_source.patch new file mode 100644 index 000000000..fb14bc2ab --- /dev/null +++ b/opensuse/arts/fortify_source.patch @@ -0,0 +1,13 @@ +Index: flow/gsl/gslloader-oggvorbis.c +=================================================================== +--- flow/gsl/gslloader-oggvorbis.c.orig ++++ flow/gsl/gslloader-oggvorbis.c +@@ -25,7 +25,7 @@ + #include <vorbis/vorbisfile.h> + #include <string.h> + #include <unistd.h> +- ++#include <string.h> + + /* --- structures --- */ + typedef struct |