aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkimageview/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-08-11 08:11:55 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-08-11 08:11:55 +0000
commitce3ba68174aa10e7db343ac36d698ef734d3c50b (patch)
tree6737d7b682bf763c378add67196e26df6a372b07 /x11-toolkits/gtkimageview/Makefile
parentcabf9eb54d030dd72be0c74b395bb9c3fdf14088 (diff)
downloadports-ce3ba68174aa10e7db343ac36d698ef734d3c50b.tar.gz
ports-ce3ba68174aa10e7db343ac36d698ef734d3c50b.zip
- Hopefully fix the issue where successful build depended on the
time a dependency (glib20) was installed (before July 26) Reported by: pointyhat via kris, Rolf G Nielsen <listreader@lazlarlyricon.com>
Notes
Notes: svn path=/head/; revision=197444
Diffstat (limited to 'x11-toolkits/gtkimageview/Makefile')
-rw-r--r--x11-toolkits/gtkimageview/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/gtkimageview/Makefile b/x11-toolkits/gtkimageview/Makefile
index 1b897793e10c..ab839967d07a 100644
--- a/x11-toolkits/gtkimageview/Makefile
+++ b/x11-toolkits/gtkimageview/Makefile
@@ -20,6 +20,8 @@ USE_GNOME= gtk20
USE_LDCONFIG= yes
post-patch:
+ @${REINPLACE_CMD} -e '/^gtkimageview-marshal.[ch]:/s|$$[(]GLIB_GENMARSHAL[)]||'\
+ ${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e '/^CFLAGS/s|-Werror||' ${WRKSRC}/configure
@${REINPLACE_CMD} -e '/^pkgconfigdir/s|=.*|=${PREFIX}/libdata/pkgconfig|'\
${WRKSRC}/Makefile.in