diff options
Diffstat (limited to 'misc/stickynotes_applet/files')
-rw-r--r-- | misc/stickynotes_applet/files/patch-src_Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/stickynotes_applet/files/patch-src_Makefile.in b/misc/stickynotes_applet/files/patch-src_Makefile.in index 228747222f5d..d707297f551f 100644 --- a/misc/stickynotes_applet/files/patch-src_Makefile.in +++ b/misc/stickynotes_applet/files/patch-src_Makefile.in @@ -1,11 +1,11 @@ ---- src/Makefile.in.orig Mon Feb 17 17:53:40 2003 -+++ src/Makefile.in Mon Feb 17 17:54:15 2003 -@@ -103,7 +103,7 @@ - INCLUDES = $(GNOME_CFLAGS) -DPREFIX=\""$(prefix)"\" -DDATADIR=\""$(datadir)"\" -DLIBDIR=\""$(libdir)"\" -DSYSCONFDIR=\""$(sysconfdir)"\" -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNOMEGLADEDIR=\""$(datadir)/$(PACKAGE)"\" -DGNOMEPIXMAPDIR=\""$(datadir)/$(PACKAGE)"\" +--- src/Makefile.in.orig Thu Aug 21 01:29:24 2003 ++++ src/Makefile.in Thu Aug 21 01:29:52 2003 +@@ -104,7 +104,7 @@ + INCLUDES = $(GNOME_CFLAGS) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DPREFIX=\""$(prefix)"\" -DDATADIR=\""$(datadir)"\" -DLIBDIR=\""$(libdir)"\" -DSYSCONFDIR=\""$(sysconfdir)"\" -DSTICKYNOTES_GLADEDIR=\""$(datadir)/stickynotes"\" -DSTICKYNOTES_ICONDIR=\""$(datadir)/pixmaps/stickynotes"\" --CFLAGS = -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith -O1 -g -+CFLAGS += -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith +-CFLAGS = -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith -O2 -g ++CFLAGS = -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith libexec_PROGRAMS = stickynotes_applet |