diff options
author | David Grant (dgrant) <davidgrant@gmail.com> | 2006-08-28 06:50:24 +0000 |
---|---|---|
committer | David Grant (dgrant) <davidgrant@gmail.com> | 2006-08-28 06:50:24 +0000 |
commit | 3dac34c213c43b4336db2bb4bf1bcfac29896a1c (patch) | |
tree | d77d79fc79240c58d1505e08e6b79c754762f88f /app-pda | |
parent | app-misc/hot-babe: new ebuild for bug #52292 (diff) | |
download | sunrise-3dac34c213c43b4336db2bb4bf1bcfac29896a1c.tar.gz sunrise-3dac34c213c43b4336db2bb4bf1bcfac29896a1c.tar.bz2 sunrise-3dac34c213c43b4336db2bb4bf1bcfac29896a1c.zip |
small change to Makefile as per discussion on #gentoo-sunrise a while back
svn path=/sunrise/; revision=1023
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/syncal/files/Makefile.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-pda/syncal/files/Makefile.patch b/app-pda/syncal/files/Makefile.patch index 08a34a625..bf75892ad 100644 --- a/app-pda/syncal/files/Makefile.patch +++ b/app-pda/syncal/files/Makefile.patch @@ -5,7 +5,7 @@ LIBDIR = -L$(top_builddir) INCDIR = -I$(top_builddir) -I/usr/include/libpisock -CFLAGS = -Wall -w -O -g $(INCDIR) $(DEFINES) -+CFLAGS += $(INCDIR) $(DEFINES) ++CFLAGS += -Wall -w -g $(INCDIR) $(DEFINES) SYNCAL_OBJS = syncal.o syncal_cat.c syncal_list.o syncal_dates.o\ syncal_reconcile.o syncal_gmt.o LIBTOOL = $(top_builddir)/libtool |