diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-15 09:12:25 +0200 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-09-16 19:44:40 -0400 |
commit | b91b25e175a26b20319259e3dc7a432ead5af5fb (patch) | |
tree | 76866d78062a5945cd93a1c99c58c0918c0c97c0 /audio/audtty/audtty-0.1.9a-cc-and-destdir.patch | |
parent | 7967c79891a3d523a160dfb559cd571e1768c666 (diff) | |
download | slackbuilds-b91b25e175a26b20319259e3dc7a432ead5af5fb.tar.gz |
audio/audtty: Updated for version 0.1.12.
Added also some patches from git.
Rewritten the gcc/DESTDIR patch
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/audtty/audtty-0.1.9a-cc-and-destdir.patch')
-rw-r--r-- | audio/audtty/audtty-0.1.9a-cc-and-destdir.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/audio/audtty/audtty-0.1.9a-cc-and-destdir.patch b/audio/audtty/audtty-0.1.9a-cc-and-destdir.patch deleted file mode 100644 index fb78cf75f4..0000000000 --- a/audio/audtty/audtty-0.1.9a-cc-and-destdir.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -ur audtty.orig/Makefile.in audtty/Makefile.in ---- audtty.orig/Makefile.in 2008-05-08 09:50:26.000000000 +0300 -+++ audtty/Makefile.in 2008-07-05 09:36:31.000000000 +0300 -@@ -20,18 +20,18 @@ - all: audtty - - audtty: ${BINS} -- cc -Wall -lncurses -laudclient ${LDFLAGS} -o audtty $(BINS) -+ $(CC) -Wall ${LDFLAGS} -o audtty $(BINS) -lncurses -laudclient - - .c.o: -- cc -Wall ${AUDACIOUS_CFLAGS} ${CFLAGS} -o $@ -c $< -+ $(CC) -Wall ${AUDACIOUS_CFLAGS} ${CFLAGS} -o $@ -c $< - - install: audtty -- mkdir -p ${bindir} -- install -m 0755 audtty ${bindir}/audtty -- mkdir -p ${mandir} -- install -m 0644 audtty.1 ${mandir}/audtty.1 -- mkdir -p ${sysconfdir} -- install -m 0644 audtty.conf ${sysconfdir}/audtty.conf -+ mkdir -p $(DESTDIR)${bindir} -+ install -m 0755 audtty $(DESTDIR)${bindir}/audtty -+ mkdir -p $(DESTDIR)${mandir} -+ install -m 0644 audtty.1 $(DESTDIR)${mandir}/audtty.1 -+ mkdir -p $(DESTDIR)${sysconfdir} -+ install -m 0644 audtty.conf $(DESTDIR)${sysconfdir}/audtty.conf - - uninstall: - rm ${bindir}/audtty || false |