diff options
author | Troy Dack <tad@gentoo.org> | 2004-03-30 12:10:58 +0000 |
---|---|---|
committer | Troy Dack <tad@gentoo.org> | 2004-03-30 12:10:58 +0000 |
commit | 3ce3244c48d142f5124904c41ff27cb55a5fc67a (patch) | |
tree | b2997ca1952b0202fa197370e8b5f7b7cba10a5f /app-pda/synce-libsynce/files/0.8.9/synce-libsynce-0.8.9-gcc33.patch | |
parent | Closing #45583. (Manifest recommit) (diff) | |
download | gentoo-2-3ce3244c48d142f5124904c41ff27cb55a5fc67a.tar.gz gentoo-2-3ce3244c48d142f5124904c41ff27cb55a5fc67a.tar.bz2 gentoo-2-3ce3244c48d142f5124904c41ff27cb55a5fc67a.zip |
Build fix. Closes Bug #45878.
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 |