diff options
author | sat <sat@FreeBSD.org> | 2007-08-11 16:11:55 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-08-11 16:11:55 +0800 |
commit | e2d41c4da31da757f6894b040d70aa1107b62094 (patch) | |
tree | 13daf2c947edb0252c4b87429194f22843cb72b0 /x11-toolkits/gtkimageview | |
parent | 0af47cef6cef6784a2d10e4751b51551284a4a78 (diff) | |
download | freebsd-ports-gnome-e2d41c4da31da757f6894b040d70aa1107b62094.tar.gz freebsd-ports-gnome-e2d41c4da31da757f6894b040d70aa1107b62094.tar.zst freebsd-ports-gnome-e2d41c4da31da757f6894b040d70aa1107b62094.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>
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 |