diff options
author | Robert Xu <[email protected]> | 2011-08-11 19:56:57 -0400 |
---|---|---|
committer | Robert Xu <[email protected]> | 2011-08-11 19:56:57 -0400 |
commit | 6af7d95a6917dbdf9a9021664e8bb2c820dd992d (patch) | |
tree | 3e42f263c18a47ecf84b396d3b31fc6d69ff5d42 /opensuse/arts/fortify_source.patch | |
parent | 47a0aa4601c58418067dcfaea332e1d5911d3fe3 (diff) | |
download | tde-packaging-6af7d95a6917dbdf9a9021664e8bb2c820dd992d.tar.gz tde-packaging-6af7d95a6917dbdf9a9021664e8bb2c820dd992d.zip |
* add arts
* starts packaging naming tde-* (eg. tde-kdelibs)
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 |