diff options
author | kwm <kwm@FreeBSD.org> | 2013-03-23 22:54:54 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-03-23 22:54:54 +0800 |
commit | fb6afebbb1c1c19ea6be4d6005d04c76e357d1ea (patch) | |
tree | cc73dd283264261d6dab502730c79964f9c9a28e /print | |
parent | 9d445f7f213cf81503b705dda43a9a8436bbf411 (diff) | |
download | freebsd-ports-gnome-fb6afebbb1c1c19ea6be4d6005d04c76e357d1ea.tar.gz freebsd-ports-gnome-fb6afebbb1c1c19ea6be4d6005d04c76e357d1ea.tar.zst freebsd-ports-gnome-fb6afebbb1c1c19ea6be4d6005d04c76e357d1ea.zip |
Fix build with glib 2.34.
Submitted by: John Marino <draco@marino.st>
Diffstat (limited to 'print')
-rw-r--r-- | print/photoprint/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/print/photoprint/Makefile b/print/photoprint/Makefile index 49165da0837b..7309c6fb2883 100644 --- a/print/photoprint/Makefile +++ b/print/photoprint/Makefile @@ -32,6 +32,10 @@ INSTALLS_ICONS= yes LDFLAGS+= -L${LOCALBASE}/lib +post-patch: + @${REINPLACE_CMD} -e 's|glib/gstrfuncs.h|glib.h|g' \ + ${WRKSRC}/gp_cppsupport/gprinter.cpp + post-install: -@update-desktop-database |