diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-21 05:36:34 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-21 05:36:34 +0000 |
commit | d38f8cfd700b1016484c5e35cdb248d73aa4466f (patch) | |
tree | fa55a847a18cc49283e71081251f5294a4bed499 /misc/stickynotes_applet/files | |
parent | update graphics/gauche-gl: add 'scheme' virtual catagory (diff) |
Update to 1.2.3.
Notes
Notes:
svn path=/head/; revision=87432
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 |