diff options
Diffstat (limited to 'app-pda/synce-libsynce/files/0.8.9/synce-libsynce-0.8.9-gcc33.patch')
-rw-r--r-- | app-pda/synce-libsynce/files/0.8.9/synce-libsynce-0.8.9-gcc33.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app-pda/synce-libsynce/files/0.8.9/synce-libsynce-0.8.9-gcc33.patch b/app-pda/synce-libsynce/files/0.8.9/synce-libsynce-0.8.9-gcc33.patch new file mode 100644 index 000000000000..4a6d4ae3f63f --- /dev/null +++ b/app-pda/synce-libsynce/files/0.8.9/synce-libsynce-0.8.9-gcc33.patch @@ -0,0 +1,9 @@ +--- synce-libsynce-0.8.9-orig/lib/Makefile.am 2004-03-10 16:30:22.818512576 +0000 ++++ synce-libsynce-0.8.9/lib/Makefile.am 2004-03-10 16:30:35.237624584 +0000 +@@ -1,5 +1,5 @@ + ## useful flags +-AM_CFLAGS = -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi @CFLAGS@ @APPLE_CFLAGS@ -I.. ++AM_CFLAGS = -g -Wall -Wsign-compare -Wno-long-long -ansi @CFLAGS@ @APPLE_CFLAGS@ -I.. + + ## create this library + lib_LTLIBRARIES = libsynce.la |