diff options
-rw-r--r-- | comms/tilp2/Makefile | 3 | ||||
-rw-r--r-- | comms/tilp2/files/patch-src_filesel.c | 10 |
2 files changed, 12 insertions, 1 deletions
diff --git a/comms/tilp2/Makefile b/comms/tilp2/Makefile index ac19995b2..654dff01d 100644 --- a/comms/tilp2/Makefile +++ b/comms/tilp2/Makefile @@ -7,6 +7,7 @@ PORTNAME= tilp2 PORTVERSION= 1.07 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tilp @@ -34,7 +35,7 @@ PLIST_SUB= NLS="@comment " .endif CONFIGURE_ARGS+= --without-kde -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -UGTK_DISABLE_DEPRECATED" \ LDFLAGS="-L${LOCALBASE}/lib -export-dynamic" MAN1= tilp.1 diff --git a/comms/tilp2/files/patch-src_filesel.c b/comms/tilp2/files/patch-src_filesel.c new file mode 100644 index 000000000..e2875849d --- /dev/null +++ b/comms/tilp2/files/patch-src_filesel.c @@ -0,0 +1,10 @@ +--- src/filesel.c.orig 2007-10-24 09:06:41.542878494 -0400 ++++ src/filesel.c 2007-10-24 09:06:56.125704803 -0400 +@@ -36,6 +36,7 @@ + # include <config.h> + #endif /* */ + ++#undef GTK_DISABLE_DEPRECATED + #include <stdio.h> + #include <stdlib.h> + #include <gtk/gtk.h> |