summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-11-12 22:38:16 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-11-12 22:38:16 +0000
commit029267cda70ddb5f41c2e7c3ee29e6f241a80a3a (patch)
tree821b8c14d2ec8c8ca162d70d218bdec51310b3af /x11-plugins/wmpower
parentRemove older ebuild of x11-plugins/wmpower (diff)
downloadhistorical-029267cda70ddb5f41c2e7c3ee29e6f241a80a3a.tar.gz
historical-029267cda70ddb5f41c2e7c3ee29e6f241a80a3a.tar.bz2
historical-029267cda70ddb5f41c2e7c3ee29e6f241a80a3a.zip
duh, forgot to remove a file in last commit...
Diffstat (limited to 'x11-plugins/wmpower')
-rw-r--r--x11-plugins/wmpower/Manifest1
-rw-r--r--x11-plugins/wmpower/files/cflags.patch71
2 files changed, 0 insertions, 72 deletions
diff --git a/x11-plugins/wmpower/Manifest b/x11-plugins/wmpower/Manifest
index 48a8c4e0a6a1..ac8b983b654a 100644
--- a/x11-plugins/wmpower/Manifest
+++ b/x11-plugins/wmpower/Manifest
@@ -1,5 +1,4 @@
MD5 9e809f31a94f3fc396a4b5118fbe3bf9 wmpower-0.3.1.ebuild 904
MD5 36f8e0a3b184e30d45012e2cb5d2b61b ChangeLog 1462
MD5 5e722af7763dc58e650f905656245b6d metadata.xml 384
-MD5 57508415cfb11e804d1ed1518a74ea7b files/cflags.patch 2316
MD5 8da7c18654cb014c270f4d4d0316a042 files/digest-wmpower-0.3.1 65
diff --git a/x11-plugins/wmpower/files/cflags.patch b/x11-plugins/wmpower/files/cflags.patch
deleted file mode 100644
index 10ac6c4f06ea..000000000000
--- a/x11-plugins/wmpower/files/cflags.patch
+++ /dev/null
@@ -1,71 +0,0 @@
-diff -Naur wmpower-0.3.0_/configure.in wmpower-0.3.0/configure.in
---- configure.in 2003-11-01 20:55:31.455096920 +0100
-+++ /configure.in 2003-11-01 20:56:08.514463040 +0100
-@@ -8,66 +8,7 @@
- AC_PROG_CC
- AC_PROG_RANLIB
-
--# Set my own flags for gcc
--if test "x$GCC" = "xyes"; then
-- CPULAGS=""
-- CFLAGS="-O3 -fomit-frame-pointer -pipe -W -Wall"
-- GCC_TEST_MESSAGE="Checking for gcc version"
-- AC_MSG_CHECKING([$GCC_TEST_MESSAGE])
-- GCCVERSION="`$CC -dumpversion`"
-- AC_MSG_RESULT([$GCCVERSION])
-- if test "`$CC -dumpversion | grep 3.`" != ""; then
-- #Good! let see if we can see the system arch
-- PROCESSOR=`cat /proc/cpuinfo`
-- #Is our CPU a Celeron?
-- if test "`echo $PROCESSOR | grep \"Celeron\"`" != ""; then
-- CPUFLAGS="-march=pentium2"
-- fi
-- if test "`echo $PROCESSOR | grep \"Celeron (Coppermine)\"`" != ""; then
-- CPUFLAGS="-march=pentium3"
-- fi
-- #Is our CPU a Pentium?
-- if test "`echo $PROCESSOR | grep \"Pentium\"`" != ""; then
-- CPUFLAGS="-march=pentium"
-- fi
-- #Is our CPU a Pentium II?
-- if test "`echo $PROCESSOR | grep \"Pentium II\"`" != ""; then
-- CPUFLAGS="-march=pentium2"
-- fi
-- #Is our CPU a Pentium III?
-- if test "`echo $PROCESSOR | grep \"Pentium III\"`" != ""; then
-- CPUFLAGS="-march=pentium3"
-- fi
-- #Is our CPU a Pentium 4?
-- if test "`echo $PROCESSOR | grep \"Intel(R) Pentium(R) 4\"`" != ""; then
-- CPUFLAGS="-march=pentium4"
-- fi
-- #Athlon processors
-- if test "`echo $PROCESSOR | grep \"AMD Athlon(tm)\"`" != ""; then
-- CPUFLAGS="-march=athlon"
-- fi
-- if test "`echo $PROCESSOR | grep \"AMD Athlon(tm) MP\"`" != ""; then
-- CPUFLAGS="-march=athlon-mp"
-- fi
-- if test "`echo $PROCESSOR | grep \"AMD Athlon(tm) XP\"`" != ""; then
-- CPUFLAGS="-march=athlon-xp"
-- fi
-- #Is our CPU an Ultra Sparc?
-- if test "`echo $PROCESSOR | grep \"UltraSparc\"`" != ""; then
-- CPUFLAGS="-mcpu=ultrasparc"
-- fi
-- else
-- #Alas, we can set only generic arch optimizations
-- PROCESSOR=`uname -m | grep 86`
-- if test "$PROCESSOR" != ""; then
-- CPUFLAGS="-march=$PROCESSOR"
-- fi
-- fi
-- if test "$CPUFLAGS" != ""; then
-- echo "Applying architecture optimizations: "$CPUFLAGS
-- fi
-- CFLAGS="$CPUFLAGS $CFLAGS"
--fi
-+CFLAGS=${CFLAGS}
-
- # Check for C headers
- HEADERS="stdio.h stdlib.h stdarg.h string.h time.h unistd.h ctype.h pwd.h sys/types.h \