diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-30 20:07:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-30 20:07:37 +0000 |
commit | 62e3dedfd6cfcbfac45b7aaef401047d8257b55c (patch) | |
tree | 11ada66ac724ecdc22febad1b66de18143200ba4 /devel/glib20 | |
parent | Revert changes. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=62226
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 b3bf8cc6819e..ed840516700a 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 44f565bc847c..000000000000 --- 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: |