diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-03-20 18:06:28 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-03-20 18:06:28 +0000 |
commit | 4200e8e970830284f16453009a73ef05ad62b255 (patch) | |
tree | 12e1fd2fe923800bdc7beaa943741a456abb4402 /deskutils/gnotime | |
parent | ef27046ba09ccf086f683b44b7d1d0b539614c7f (diff) |
Fix configure for updated gtkhtml3.
Notes
Notes:
svn path=/head/; revision=187805
Diffstat (limited to 'deskutils/gnotime')
-rw-r--r-- | deskutils/gnotime/Makefile | 4 | ||||
-rw-r--r-- | deskutils/gnotime/files/patch-configure | 11 |
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 |