mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
* Fix build with latest GNOME libraries.
* Relinquish maintainership to ports@ PR: 36775 Submitted by: maintainer (maintainer change), marcus (build fix) Approved by: previous maintainer
This commit is contained in:
parent
a99979d933
commit
66a40d7c78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59481
@ -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
|
||||
|
||||
|
13
x11/gdkxft/files/patch-capplet_Makefile.in
Normal file
13
x11/gdkxft/files/patch-capplet_Makefile.in
Normal file
@ -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 = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user