diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2009-01-16 14:55:19 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2009-01-16 14:55:19 +0000 |
commit | cb0dd842f7f3039f992c7206bf8351fc07c42e92 (patch) | |
tree | bac2ae022041cc689514a12e8f1264f3139fb221 /x11-plugins/wmmsg/files | |
parent | Added a dos2unix to get rid of DOS terminations in install-sh, closing bug #2... (diff) | |
download | historical-cb0dd842f7f3039f992c7206bf8351fc07c42e92.tar.gz historical-cb0dd842f7f3039f992c7206bf8351fc07c42e92.tar.bz2 historical-cb0dd842f7f3039f992c7206bf8351fc07c42e92.zip |
Following comments in bug #248645, cleaned up package Makefile.am.
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686
Diffstat (limited to 'x11-plugins/wmmsg/files')
-rw-r--r-- | x11-plugins/wmmsg/files/wmmsg-1.0.1-use_gtk2.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-plugins/wmmsg/files/wmmsg-1.0.1-use_gtk2.patch b/x11-plugins/wmmsg/files/wmmsg-1.0.1-use_gtk2.patch index eba1ae4fc1eb..6bdc05e36237 100644 --- a/x11-plugins/wmmsg/files/wmmsg-1.0.1-use_gtk2.patch +++ b/x11-plugins/wmmsg/files/wmmsg-1.0.1-use_gtk2.patch @@ -30,14 +30,15 @@ diff -ur wmmsg-1.0.1.orig/configure.in wmmsg-1.0.1/configure.in diff -ur wmmsg-1.0.1.orig/Makefile.am wmmsg-1.0.1/Makefile.am --- wmmsg-1.0.1.orig/Makefile.am 2003-03-26 09:08:21.000000000 +0200 +++ wmmsg-1.0.1/Makefile.am 2008-03-12 17:42:48.000000000 +0200 -@@ -3,8 +3,8 @@ +@@ -3,8 +3,9 @@ bin_PROGRAMS = wmmsg wmmsg_notify wmmsg_SOURCES = src/wmmsg/wmconfig.c src/wmmsg/wmmsg.c src/wmmsg/getopt.c src/wmgeneral/wmgeneral.c src/wmgeneral/misc.c src/wmgeneral/list.c wmmsg_notify_SOURCES = src/wmmsg/wmmsg_notify.c src/wmmsg/getopt.c -INCLUDES = -I/usr/X11R6/include -I$(prefix)/include -I$(includedir) -I. `glib-config --cflags` `gtk-config --cflags` `imlib2-config --cflags` -AM_LDFLAGS = -lX11 -lXext -lXpm -L/usr/X11R6/lib -L/usr/lib -L/usr/local/lib `glib-config --libs` `gtk-config --libs` `imlib2-config --libs` +INCLUDES = -I$(prefix)/include -I$(includedir) -I. `pkg-config --cflags gtk+-2.0` `imlib2-config --cflags` -+AM_LDFLAGS = -lX11 -lXext -lXpm -L/usr/lib -L/usr/local/lib `pkg-config --libs gtk+-2.0` `imlib2-config --libs` ++wmmsg_LDADD = -lX11 -lXext -lXpm -L/usr/lib -L/usr/local/lib $(GTK_LIBS) $(IMLIB_LIBS) ++wmmsg_notify_LDADD = $(wmmsg_LDADD) man1_MANS = man/wmmsg.1 man/wmmsg_notify.1 man_MANS = |