diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-04-21 03:40:53 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-04-21 03:40:53 +0000 |
commit | 90781d091381b5321606ee2893d11f4f9e5e528a (patch) | |
tree | 71214d50500ace7d573fd998991bc50a02af2c52 /x11-plugins/wmblob | |
parent | Add patch for GCC 4.3. Fix quoting issues. (diff) | |
download | gentoo-2-90781d091381b5321606ee2893d11f4f9e5e528a.tar.gz gentoo-2-90781d091381b5321606ee2893d11f4f9e5e528a.tar.bz2 gentoo-2-90781d091381b5321606ee2893d11f4f9e5e528a.zip |
old
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'x11-plugins/wmblob')
-rw-r--r-- | x11-plugins/wmblob/files/wmblob-configure-fixes.patch | 21 | ||||
-rw-r--r-- | x11-plugins/wmblob/files/wmblob.desktop | 9 |
2 files changed, 0 insertions, 30 deletions
diff --git a/x11-plugins/wmblob/files/wmblob-configure-fixes.patch b/x11-plugins/wmblob/files/wmblob-configure-fixes.patch deleted file mode 100644 index 52ef1054643a..000000000000 --- a/x11-plugins/wmblob/files/wmblob-configure-fixes.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- configure.orig 2005-07-10 17:26:19.673044250 -0400 -+++ configure 2005-07-10 17:28:20.964624500 -0400 -@@ -3368,7 +3368,9 @@ - echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 - fi - -+if test "x$x_libraries" != "x"; then - LIBS="$LIBS -L$x_libraries" -+fi - - # Checks for libraries. - -@@ -4473,7 +4475,7 @@ - - - # compiler flags --CFLAGS="$CFLAGS -O2 -Wall" -+CFLAGS="$CFLAGS -O2 $GENTOO_CFLAGS -Wall" - - ac_config_files="$ac_config_files Makefile src/Makefile doc/Makefile" - diff --git a/x11-plugins/wmblob/files/wmblob.desktop b/x11-plugins/wmblob/files/wmblob.desktop deleted file mode 100644 index 39535869ada8..000000000000 --- a/x11-plugins/wmblob/files/wmblob.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=WmBlob -Comment=Blobs viewer -Comment[pl]=Wyświetlacz blobów -Exec=wmblob -Type=Application -Encoding=UTF-8 -Terminal=0 -Categories=Application;Graphics; |