diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-15 02:19:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-15 02:19:04 +0800 |
commit | 9d88361278ec33fb80aeefd7638950f390179d07 (patch) | |
tree | 2ca3b1d79d0247631547801c0e3d7b66669bbee2 /x11 | |
parent | 71e5ec1d79d31d648646a961486f2d3bd7a3f258 (diff) | |
download | marcuscom-ports-9d88361278ec33fb80aeefd7638950f390179d07.tar marcuscom-ports-9d88361278ec33fb80aeefd7638950f390179d07.tar.gz marcuscom-ports-9d88361278ec33fb80aeefd7638950f390179d07.tar.bz2 marcuscom-ports-9d88361278ec33fb80aeefd7638950f390179d07.tar.lz marcuscom-ports-9d88361278ec33fb80aeefd7638950f390179d07.tar.xz marcuscom-ports-9d88361278ec33fb80aeefd7638950f390179d07.tar.zst marcuscom-ports-9d88361278ec33fb80aeefd7638950f390179d07.zip |
Add a nasty hack to fix the build with gtk+-2.8.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4496 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-applets/files/patch-gswitchit_Makefile.in | 10 | ||||
-rw-r--r-- | x11/gnomeapplets2/files/patch-gswitchit_Makefile.in | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11/gnome-applets/files/patch-gswitchit_Makefile.in b/x11/gnome-applets/files/patch-gswitchit_Makefile.in new file mode 100644 index 000000000..6acabb358 --- /dev/null +++ b/x11/gnome-applets/files/patch-gswitchit_Makefile.in @@ -0,0 +1,10 @@ +--- gswitchit/Makefile.in.orig Sun Aug 14 14:04:52 2005 ++++ gswitchit/Makefile.in Sun Aug 14 14:05:30 2005 +@@ -401,6 +401,7 @@ + + gnome_keyboard_applet_LDADD = $(COMMON_LIBS) \ + $(GNOME_APPLETS_LIBS) \ ++ `pkg-config --libs pangoxft` \ + $(top_builddir)/gswitchit/libgswitchit-applet.a \ + $(top_builddir)/libgswitchit/libgswitchit.a \ + $(top_builddir)/libkbdraw/libkbdraw.a diff --git a/x11/gnomeapplets2/files/patch-gswitchit_Makefile.in b/x11/gnomeapplets2/files/patch-gswitchit_Makefile.in new file mode 100644 index 000000000..6acabb358 --- /dev/null +++ b/x11/gnomeapplets2/files/patch-gswitchit_Makefile.in @@ -0,0 +1,10 @@ +--- gswitchit/Makefile.in.orig Sun Aug 14 14:04:52 2005 ++++ gswitchit/Makefile.in Sun Aug 14 14:05:30 2005 +@@ -401,6 +401,7 @@ + + gnome_keyboard_applet_LDADD = $(COMMON_LIBS) \ + $(GNOME_APPLETS_LIBS) \ ++ `pkg-config --libs pangoxft` \ + $(top_builddir)/gswitchit/libgswitchit-applet.a \ + $(top_builddir)/libgswitchit/libgswitchit.a \ + $(top_builddir)/libkbdraw/libkbdraw.a |