From 62e3dedfd6cfcbfac45b7aaef401047d8257b55c Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 30 Jun 2002 20:07:37 +0000 Subject: [PATCH] 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. --- devel/glib20/Makefile | 1 + devel/glib20/files/patch-gmodule-2.0.pc.in | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 devel/glib20/files/patch-gmodule-2.0.pc.in 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: