diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2007-03-21 02:06:28 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2007-03-21 02:06:28 +0800 |
commit | 1a6cd70ef24873dcf82d198f2dcd268d584ed3e5 (patch) | |
tree | 73d1b3a73476cbd9e4aa407478be99c37d15d42d /deskutils/gnotime | |
parent | 9ab87b381b22cc23ba1ac88bde8213a56cb5db3d (diff) | |
download | freebsd-ports-gnome-1a6cd70ef24873dcf82d198f2dcd268d584ed3e5.tar.gz freebsd-ports-gnome-1a6cd70ef24873dcf82d198f2dcd268d584ed3e5.tar.zst freebsd-ports-gnome-1a6cd70ef24873dcf82d198f2dcd268d584ed3e5.zip |
Fix configure for updated gtkhtml3.
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 |