diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-30 20:07:37 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-30 20:07:37 +0000 |
commit | dc5e1d6c0058696fb28983cc9b2060406cbefd2e (patch) | |
tree | f59498d06e7c6ce2660150c4b089883fb15b0dfd /devel/glib20 | |
parent | 0b8199ff68819314717a3dcbc32d2251e0a24497 (diff) | |
download | FreeBSD-ports-dc5e1d6c0058696fb28983cc9b2060406cbefd2e.zip FreeBSD-ports-dc5e1d6c0058696fb28983cc9b2060406cbefd2e.tar.gz |
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.
Diffstat (limited to 'devel/glib20')
-rw-r--r-- | devel/glib20/Makefile | 1 | ||||
-rw-r--r-- | devel/glib20/files/patch-gmodule-2.0.pc.in | 12 |
2 files changed, 1 insertions, 12 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index b3bf8cc..ed84051 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -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/ \ diff --git a/devel/glib20/files/patch-gmodule-2.0.pc.in b/devel/glib20/files/patch-gmodule-2.0.pc.in deleted file mode 100644 index 44f565b..0000000 --- a/devel/glib20/files/patch-gmodule-2.0.pc.in +++ /dev/null @@ -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: |