Opened 20 years ago

Closed 20 years ago

Last modified 8 years ago

#1716 closed defect (invalid)

glib2 needs libiconv as a dependency

Reported by: kristian.peters@… Owned by: mij@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: toby@…, kristian.peters@…
Port: glib2

Description (last modified by ryandesign (Ryan Carsten Schmidt))

This little patch adds libiconv as a dependency to glib2 which is needed to compile it.

--- darwinports/dports/devel/glib2/Portfile	Thu Apr  8 11:17:00 2004
+++ korsebyports/glib2/Portfile	Thu Apr  8 14:08:50 2004
@@ -20,7 +20,7 @@
 
 use_bzip2	yes
 
-depends_build	bin:pkg-config:pkgconfig lib:libintl.3:gettext
+depends_build	bin:pkg-config:pkgconfig lib:libiconv.2:libiconv lib:libintl.3:gettext
 
 patchfiles	patch-Makefile.in patch-configure \
 		patch-glib-libcharset-Makefile.in \

Change History (5)

comment:1 Changed 20 years ago by toby@…

Owner: changed from darwinports-bugs@… to mij@…

comment:2 Changed 20 years ago by toby@…

Actually, gettext should depend on libiconv. This was probably overlooked, since Panther includes libiconv.

comment:3 Changed 20 years ago by mij@…

Cc: toby@… added

The gettext port already depends on libiconv if it's being installed on Darwin 6 (or should anyway... take a look at the Portfile).

  • jim

comment:4 Changed 20 years ago by mij@…

Resolution: invalid
Status: newclosed

comment:5 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: glib2 added
Note: See TracTickets for help on using tickets.