diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-22 12:32:57 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-22 12:32:57 +0800 |
commit | b43bfcc0f393e889fe447bb04588e7ce1cc02fc0 (patch) | |
tree | 0007bfecf356ffdb5d2be7ef465a7d78c11b4cd0 | |
parent | 61236ac3992948bc93f8510294bbc729dc91c800 (diff) | |
download | freebsd-ports-gnome-b43bfcc0f393e889fe447bb04588e7ce1cc02fc0.tar.gz freebsd-ports-gnome-b43bfcc0f393e889fe447bb04588e7ce1cc02fc0.tar.zst freebsd-ports-gnome-b43bfcc0f393e889fe447bb04588e7ce1cc02fc0.zip |
Obey CFLAGS.
-rw-r--r-- | misc/stickynotes_applet/Makefile | 1 | ||||
-rw-r--r-- | misc/stickynotes_applet/files/patch-src_Makefile.in | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/misc/stickynotes_applet/Makefile b/misc/stickynotes_applet/Makefile index dd61ec87e3f6..38b15dcb13eb 100644 --- a/misc/stickynotes_applet/Makefile +++ b/misc/stickynotes_applet/Makefile @@ -7,6 +7,7 @@ PORTNAME= stickynotes_applet PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= http://loban.caltech.edu/stickynotes/packages/ diff --git a/misc/stickynotes_applet/files/patch-src_Makefile.in b/misc/stickynotes_applet/files/patch-src_Makefile.in index d707297f551f..873eb145d68f 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 Thu Aug 21 01:29:24 2003 -+++ src/Makefile.in Thu Aug 21 01:29:52 2003 +--- src/Makefile.in.orig Fri Aug 22 00:30:42 2003 ++++ src/Makefile.in Fri Aug 22 00:31:11 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 -O2 -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 libexec_PROGRAMS = stickynotes_applet |