summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-10-17 19:14:36 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-10-17 19:14:36 +0000
commit0fde83a9c464b8e2baf826080145345544aa19e6 (patch)
tree54c87467aa91e30fa33fb3766319c2b655342723 /net-im/twinkle/files
parentAdded word/byte type fix for new pciutils. (diff)
downloadgentoo-2-0fde83a9c464b8e2baf826080145345544aa19e6.tar.gz
gentoo-2-0fde83a9c464b8e2baf826080145345544aa19e6.tar.bz2
gentoo-2-0fde83a9c464b8e2baf826080145345544aa19e6.zip
version bump
(Portage version: 2.0.53_rc3)
Diffstat (limited to 'net-im/twinkle/files')
-rw-r--r--net-im/twinkle/files/digest-twinkle-0.3.11
-rw-r--r--net-im/twinkle/files/twinkle-0.3.1-badcflags.patch62
2 files changed, 63 insertions, 0 deletions
diff --git a/net-im/twinkle/files/digest-twinkle-0.3.1 b/net-im/twinkle/files/digest-twinkle-0.3.1
new file mode 100644
index 000000000000..39e176699b73
--- /dev/null
+++ b/net-im/twinkle/files/digest-twinkle-0.3.1
@@ -0,0 +1 @@
+MD5 1bb5c88624074cf65138fe5be33ec5a5 twinkle-0.3.1.tar.gz 643877
diff --git a/net-im/twinkle/files/twinkle-0.3.1-badcflags.patch b/net-im/twinkle/files/twinkle-0.3.1-badcflags.patch
new file mode 100644
index 000000000000..d2104b85bb62
--- /dev/null
+++ b/net-im/twinkle/files/twinkle-0.3.1-badcflags.patch
@@ -0,0 +1,62 @@
+--- src/parser/Makefile.am.orig 2005-10-11 19:53:10.000000000 +1000
++++ src/parser/Makefile.am 2005-10-11 19:53:24.000000000 +1000
+@@ -7,7 +7,7 @@
+ # With the -O2 flag g++ crashes. The -O2 flag is stripped from
+ # CXXFLAGS by configure.
+
+-CXXFLAGS = @PARSER_CXXFLAGS@
++# CXXFLAGS = @PARSER_CXXFLAGS@
+
+ # This target is only for testing the parser in isolation
+ # noinst_PROGRAMS = sipparse
+--- src/parser/Makefile.in.orig 2005-10-11 20:01:34.000000000 +1000
++++ src/parser/Makefile.in 2005-10-11 20:01:54.000000000 +1000
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.9.5 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # @configure_input@
+
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+@@ -14,8 +14,6 @@
+
+ @SET_MAKE@
+
+-SOURCES = $(libsipparser_a_SOURCES)
+-
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+@@ -120,11 +118,7 @@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@
+ CXXDEPMODE = @CXXDEPMODE@
+-
+-# The output of bison cannot be compiled with the -O2 flag.
+-# With the -O2 flag g++ crashes. The -O2 flag is stripped from
+-# CXXFLAGS by configure.
+-CXXFLAGS = @PARSER_CXXFLAGS@
++CXXFLAGS = @CXXFLAGS@
+ CYGPATH_W = @CYGPATH_W@
+ DEFS = @DEFS@
+ DEPDIR = @DEPDIR@
+@@ -171,6 +165,7 @@
+ ac_ct_CXX = @ac_ct_CXX@
+ ac_ct_RANLIB = @ac_ct_RANLIB@
+ ac_ct_STRIP = @ac_ct_STRIP@
++ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
+ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+ am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+@@ -205,6 +200,12 @@
+ AM_YFLAGS = -d
+ AM_LFLAGS = -is
+
++# The output of bison cannot be compiled with the -O2 flag.
++# With the -O2 flag g++ crashes. The -O2 flag is stripped from
++# CXXFLAGS by configure.
++
++# CXXFLAGS = @PARSER_CXXFLAGS@
++
+ # This target is only for testing the parser in isolation
+ # noinst_PROGRAMS = sipparse
+