diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-11 08:11:55 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-11 08:11:55 +0000 |
commit | ce3ba68174aa10e7db343ac36d698ef734d3c50b (patch) | |
tree | 6737d7b682bf763c378add67196e26df6a372b07 /x11-toolkits/gtkimageview | |
parent | cabf9eb54d030dd72be0c74b395bb9c3fdf14088 (diff) |
- 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')
-rw-r--r-- | x11-toolkits/gtkimageview/Makefile | 2 |
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 |