diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-24 17:38:41 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-26 23:36:28 +0100 |
commit | 56aaab8dd5575344860527b0569274d27613f020 (patch) | |
tree | 3d5bba2281a5c75992c573c66ffc93e0657c29e6 /net-misc/astmanproxy | |
parent | net-print/pnm2ppa: remove unused patch (diff) | |
download | gentoo-56aaab8dd5575344860527b0569274d27613f020.tar.gz gentoo-56aaab8dd5575344860527b0569274d27613f020.tar.bz2 gentoo-56aaab8dd5575344860527b0569274d27613f020.zip |
net-misc/astmanproxy: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3628
Diffstat (limited to 'net-misc/astmanproxy')
-rw-r--r-- | net-misc/astmanproxy/files/astmanproxy-1.1-gentoo.diff | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net-misc/astmanproxy/files/astmanproxy-1.1-gentoo.diff b/net-misc/astmanproxy/files/astmanproxy-1.1-gentoo.diff deleted file mode 100644 index b713cdc7d514..000000000000 --- a/net-misc/astmanproxy/files/astmanproxy-1.1-gentoo.diff +++ /dev/null @@ -1,31 +0,0 @@ ---- astmanproxy-1.1/Makefile.orig 2005-07-13 04:35:49.000000000 +0200 -+++ astmanproxy-1.1/Makefile 2005-07-13 04:37:43.000000000 +0200 -@@ -1,8 +1,8 @@ - VERSION := 1.1 - DESTDIR := --PREFIX:= /usr/local --CONFDIR:=/etc/asterisk --CONFDIR_REAL := $(DESTDIR)/etc/asterisk -+PREFIX := /usr -+CONFDIR := /etc -+CONFDIR_REAL := $(DESTDIR)$(CONFDIR) - - BINDIR := $(DESTDIR)$(PREFIX)/sbin - LIBDIR := $(DESTDIR)/usr/lib/astmanproxy -@@ -14,7 +14,7 @@ - DEFINES:='-DPROXY_VERSION="$(VERSION)"' '-DCDIR="$(CONFDIR)"' '-DCFILE="$(CONFFILE)"' '-DMDIR="$(MODDIR)"' - - # Add -g below for debug/GDB symbols --CFLAGS := $(DEFINES) -Wall -O2 -rdynamic -D_REENTRANT -+CFLAGS += -Wall -rdynamic -D_REENTRANT -fPIC $(DEFINES) - - CC := gcc - LD := ld ---- astmanproxy-1.1/astmanproxy.conf.orig 2005-07-13 04:38:53.000000000 +0200 -+++ astmanproxy-1.1/astmanproxy.conf 2005-07-13 04:38:59.000000000 +0200 -@@ -57,4 +57,4 @@ - autofilter = on - - ; location of logfile -- will be owned by proc_user/proc_group --logfile = /var/log/asterisk/astmanproxy.log -+logfile = /var/log/astmanproxy.log |