diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-19 19:56:19 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-19 19:56:19 +0000 |
commit | 250501d268c7e0b7d3956723562da8f64ed2e344 (patch) | |
tree | 4856267fe5ab5e28eb11105c4ea301f99a1dffd6 /x11/gdkxft | |
parent | f5b32b0bbf2c4b239d8f4c4b10f95b92a6c24ac6 (diff) | |
download | FreeBSD-ports-250501d268c7e0b7d3956723562da8f64ed2e344.zip FreeBSD-ports-250501d268c7e0b7d3956723562da8f64ed2e344.tar.gz |
* Fix build with latest GNOME libraries.
* Relinquish maintainership to ports@
PR: 36775
Submitted by: maintainer (maintainer change), marcus (build fix)
Approved by: previous maintainer
Diffstat (limited to 'x11/gdkxft')
-rw-r--r-- | x11/gdkxft/Makefile | 2 | ||||
-rw-r--r-- | x11/gdkxft/files/patch-capplet_Makefile.in | 13 |
2 files changed, 14 insertions, 1 deletions
diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile index cc044f2..a20421b 100644 --- a/x11/gdkxft/Makefile +++ b/x11/gdkxft/Makefile @@ -12,7 +12,7 @@ CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= anders@hack.org +MAINTAINER= ports@freebsd.org LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv diff --git a/x11/gdkxft/files/patch-capplet_Makefile.in b/x11/gdkxft/files/patch-capplet_Makefile.in new file mode 100644 index 0000000..c1eab5f --- /dev/null +++ b/x11/gdkxft/files/patch-capplet_Makefile.in @@ -0,0 +1,13 @@ +--- capplet/Makefile.in.orig Thu Apr 4 23:37:06 2002 ++++ capplet/Makefile.in Thu Apr 4 23:39:17 2002 +@@ -103,7 +103,8 @@ + + INCLUDES = \ + -DDATADIR=\"$(datadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \ +- $(GNOME_INCLUDEDIR) $(LIBGLADE_CFLAGS) ++ $(GNOME_INCLUDEDIR) $(LIBGLADE_CFLAGS) \ ++ `gnome-config --cflags capplet` + + + LDADD = \ + |