diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-10-04 14:49:33 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-10-04 14:49:33 +0000 |
commit | 687feeab49d7ae59826a12ed06041a2ee06fad40 (patch) | |
tree | 46508055f17f31d29cc171138e76084a6c011d32 /x11-plugins/wmcp/files | |
parent | Upped dependancy to >=fltk-1.1.0_rc7 and included virtual/x11. Added (diff) | |
download | historical-687feeab49d7ae59826a12ed06041a2ee06fad40.tar.gz historical-687feeab49d7ae59826a12ed06041a2ee06fad40.tar.bz2 historical-687feeab49d7ae59826a12ed06041a2ee06fad40.zip |
Initial add of ebuild to portage. A pager dockapp.
Diffstat (limited to 'x11-plugins/wmcp/files')
-rw-r--r-- | x11-plugins/wmcp/files/digest-wmcp-1.2.8 | 1 | ||||
-rw-r--r-- | x11-plugins/wmcp/files/makefile.diff | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/x11-plugins/wmcp/files/digest-wmcp-1.2.8 b/x11-plugins/wmcp/files/digest-wmcp-1.2.8 new file mode 100644 index 000000000000..9e78436d8752 --- /dev/null +++ b/x11-plugins/wmcp/files/digest-wmcp-1.2.8 @@ -0,0 +1 @@ +MD5 6f347dd6fb0b017de868081088cdcf13 wmcp-1.2.8.tar.gz 8673 diff --git a/x11-plugins/wmcp/files/makefile.diff b/x11-plugins/wmcp/files/makefile.diff new file mode 100644 index 000000000000..273dd23877ba --- /dev/null +++ b/x11-plugins/wmcp/files/makefile.diff @@ -0,0 +1,13 @@ +diff -urN wmcp-1.2.8/Makefile wmcp-1.2.8-modified/Makefile +--- wmcp-1.2.8/Makefile 2002-10-04 09:40:22.000000000 -0500 ++++ wmcp-1.2.8-modified/Makefile 2002-10-04 09:46:45.000000000 -0500 +@@ -1,7 +1,7 @@ + + +-INCLUDES =-I/usr/X11R6/include/X11 -I/usr/local/include -I/usr/include/X11R6/X11 +-LIBINC =-L/usr/X11R6/lib -L/usr/include/lib ++INCLUDES =-I/usr/X11R6/include/X11 ++LIBINC =-L/usr/X11R6/lib + LIBS = -lm -lX11 -lXpm -lXext + + TARGET = wmcp |