summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2012-07-05 16:33:44 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2012-07-05 16:33:44 +0000
commit3c3a93269bebd3362da0610fbb1488eb32c3fb69 (patch)
tree5152a2ec42c9aa05484cd0d3a096f302d91df104 /net-dialup/picocom/files
parentStable for amd64, wrt bug #424739 (diff)
downloadgentoo-2-3c3a93269bebd3362da0610fbb1488eb32c3fb69.tar.gz
gentoo-2-3c3a93269bebd3362da0610fbb1488eb32c3fb69.tar.bz2
gentoo-2-3c3a93269bebd3362da0610fbb1488eb32c3fb69.zip
Version bump and remove old.
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup/picocom/files')
-rw-r--r--net-dialup/picocom/files/picocom-1.4-build.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/net-dialup/picocom/files/picocom-1.4-build.patch b/net-dialup/picocom/files/picocom-1.4-build.patch
deleted file mode 100644
index 815fb2a3aa66..000000000000
--- a/net-dialup/picocom/files/picocom-1.4-build.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- Makefile.orig 2007-02-27 12:34:03.000000000 -0500
-+++ Makefile 2007-02-27 12:34:16.000000000 -0500
-@@ -2,12 +2,10 @@
- VERSION=1.4
-
- # CC = gcc
--CPPFLAGS=-DVERSION_STR=\"$(VERSION)\" -DUUCP_LOCK_DIR=\"/var/lock\"
--CFLAGS = -Wall -g
-+CPPFLAGS+=-DVERSION_STR=\"$(VERSION)\" -DUUCP_LOCK_DIR=\"/var/lock\"
-+CFLAGS += -Wall
-
- # LD = gcc
--LDFLAGS = -g
--LDLIBS =
-
- picocom : picocom.o term.o
- # $(LD) $(LDFLAGS) -o $@ $+ $(LDLIBS)