mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Revert sobomax's removal of --export-dynamic. This is needed for ports like
bugbuddy which require the signal handler symbols to be exported to libglade. Other ports which require libglade may also benefit from --export-dynamic. If you find GNOME 2.0 applications that complain libglade cannot find a certain signal handler, recompile the port after updating to this revision of glib20. The problem should go away. Note, this may not be the optimum fix, but it is what the GNOME people probably intended, and gets things working for GNOME 2.0 Final.
This commit is contained in:
parent
520aee8844
commit
62e3dedfd6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62226
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= glib
|
||||
PORTVERSION= 2.0.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2.0-desktop-rc2,} \
|
||||
ftp://ftp.gtk.org/pub/gtk/v2.0/ \
|
||||
|
@ -1,12 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- gmodule-2.0.pc.in 2002/06/12 04:06:24 1.1
|
||||
+++ gmodule-2.0.pc.in 2002/06/12 04:06:39
|
||||
@@ -9,5 +9,5 @@
|
||||
Description: Dynamic module loader for GLib
|
||||
Requires: glib-2.0
|
||||
Version: @VERSION@
|
||||
-Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule-2.0 @G_MODULE_LIBS@
|
||||
+Libs: -L${libdir} -lgmodule-2.0 @G_MODULE_LIBS@
|
||||
Cflags:
|
Loading…
Reference in New Issue
Block a user