summaryrefslogtreecommitdiff
path: root/deskutils/gnotime
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2007-03-20 18:06:28 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2007-03-20 18:06:28 +0000
commit4200e8e970830284f16453009a73ef05ad62b255 (patch)
tree12e1fd2fe923800bdc7beaa943741a456abb4402 /deskutils/gnotime
parentUpdate to 1.21 (diff)
Fix configure for updated gtkhtml3.
Notes
Notes: svn path=/head/; revision=187805
Diffstat (limited to 'deskutils/gnotime')
-rw-r--r--deskutils/gnotime/Makefile4
-rw-r--r--deskutils/gnotime/files/patch-configure11
2 files changed, 11 insertions, 4 deletions
diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile
index 40c1318e1dfe..2acbb153432b 100644
--- a/deskutils/gnotime/Makefile
+++ b/deskutils/gnotime/Makefile
@@ -31,8 +31,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
MAN1= gnotime.1
GCONF_SCHEMAS= gnotime.schemas
-post-patch:
- @${REINPLACE_CMD} -e 's|libgtkhtml-3.8|libgtkhtml-3.14|g' \
- ${WRKSRC}/configure
-
.include <bsd.port.mk>
diff --git a/deskutils/gnotime/files/patch-configure b/deskutils/gnotime/files/patch-configure
new file mode 100644
index 000000000000..0bb89bb87afc
--- /dev/null
+++ b/deskutils/gnotime/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Tue Mar 20 14:01:31 2007
++++ configure Tue Mar 20 14:02:49 2007
+@@ -24639,7 +24639,7 @@
+
+
+ GTKHTMLPRESENT=no
+-for GTKHTMLVER in 3.8 3.7 3.6 3.5 3.4 3.2 3.1 3.0 ; do
++for GTKHTMLVER in 3.14 3.8 3.7 3.6 3.5 3.4 3.2 3.1 3.0 ; do
+ if $PKG_CONFIG --exists libgtkhtml-$GTKHTMLVER ; then
+
+ succeeded=no