diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2009-01-12 02:47:05 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2009-01-12 02:47:05 +0000 |
commit | f85fff8c88b81f9ab9778b81bee11846e4f4ad0c (patch) | |
tree | e8615162bb0d508bda7719e5b26767974f6ea9c6 /graphics/pornview | |
parent | a1b8fe09ccae66d0876feab0b7bcfd4c9a2171b3 (diff) | |
download | ports-f85fff8c88b81f9ab9778b81bee11846e4f4ad0c.tar.gz ports-f85fff8c88b81f9ab9778b81bee11846e4f4ad0c.zip |
Notes
Diffstat (limited to 'graphics/pornview')
-rw-r--r-- | graphics/pornview/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile index a783825a2c52..a13969d2df2e 100644 --- a/graphics/pornview/Makefile +++ b/graphics/pornview/Makefile @@ -45,5 +45,7 @@ post-patch: 's|INCLUDED_LIBINTL=yes|INCLUDED_LIBINTL=no|g ; \ s|\\[$$][{]top_builddir[}]/intl/libintl.a|-lintl|g' \ ${WRKSRC}/configure + @${REINPLACE_CMD} 's|#define GTK_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/src/support/widgets/*.c .include <bsd.port.mk> |