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
|
|
|
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)
Owner: |
changed from darwinports-bugs@… to mij@…
|
Resolution: |
→ invalid
|
Status: |
new →
closed
|
Description: |
modified (diff)
|
Port: |
glib2 added
|
Actually, gettext should depend on libiconv. This was probably overlooked, since Panther includes libiconv.