diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-09 03:49:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-09 03:49:40 +0000 |
commit | 07a50dcfdb45725f21b2fef60a4749247f028882 (patch) | |
tree | 0e29f058d649eb2c040786b82c53aad820c1ca1a /x11 | |
parent | 085aa76e07a859f12252b8978209ad583dab25bd (diff) | |
download | ports-07a50dcfdb45725f21b2fef60a4749247f028882.tar.gz ports-07a50dcfdb45725f21b2fef60a4749247f028882.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk2-theme-switch/Makefile | 2 | ||||
-rw-r--r-- | x11/gtk2-theme-switch/files/patch-aa | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/x11/gtk2-theme-switch/Makefile b/x11/gtk2-theme-switch/Makefile index db724b74d156..d9bc20431820 100644 --- a/x11/gtk2-theme-switch/Makefile +++ b/x11/gtk2-theme-switch/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk2-theme-switch PORTVERSION= 2.0.0.r2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://www.muhri.net/ DISTNAME= ${PORTNAME:S/gtk2/gtk/}-${PORTVERSION:S/.r/rc/} diff --git a/x11/gtk2-theme-switch/files/patch-aa b/x11/gtk2-theme-switch/files/patch-aa index 63924ba6b688..9a7a218a9338 100644 --- a/x11/gtk2-theme-switch/files/patch-aa +++ b/x11/gtk2-theme-switch/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.orig Wed Jun 11 01:16:36 2003 -+++ Makefile Thu Nov 13 01:33:20 2003 -@@ -1,6 +1,6 @@ +--- Makefile.orig Thu Apr 8 21:39:25 2004 ++++ Makefile Thu Apr 8 21:40:02 2004 +@@ -1,8 +1,7 @@ -GCC = cc -PREFIX=/usr/local -CFLAGS = -O2 -Wall $(shell pkg-config --cflags gtk+-2.0) @@ -8,5 +8,7 @@ +PREFIX?=/usr/local +CFLAGS += -Wall $(shell pkg-config --cflags gtk+-2.0) LIBS = $(shell pkg-config --libs gtk+-2.0) - CFLAGS += -DGTK_DISABLE_BROKEN -DGTK_DISABLE_DEPRECATED +-CFLAGS += -DGTK_DISABLE_BROKEN -DGTK_DISABLE_DEPRECATED + VERSION = 2.0.0rc2 + all: switch |