diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2009-07-27 06:39:43 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2009-07-27 06:39:43 +0000 |
commit | c66164b230fc33d7a903bbd1da6f803c2cadd0e2 (patch) | |
tree | 5b2c145554a597182448ac64167be76fd904d392 /extra/tmux/build.patch | |
parent | aad5f530b5a45159e9420d654173345006bde998 (diff) | |
parent | db7bf56b641e8ebb35d6f24ca8bca0b3b9e45c19 (diff) | |
download | aports-c66164b230fc33d7a903bbd1da6f803c2cadd0e2.tar.bz2 aports-c66164b230fc33d7a903bbd1da6f803c2cadd0e2.tar.xz |
Merge branch 'master' of git://dev.alpinelinux.org/aports
Diffstat (limited to 'extra/tmux/build.patch')
-rw-r--r-- | extra/tmux/build.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/extra/tmux/build.patch b/extra/tmux/build.patch deleted file mode 100644 index b16c4f4ca..000000000 --- a/extra/tmux/build.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -ru tmux-0.9.orig/GNUmakefile tmux-0.9/GNUmakefile ---- tmux-0.9.orig/GNUmakefile 2009-07-09 08:11:37.000000000 +0000 -+++ tmux-0.9/GNUmakefile 2009-07-09 08:12:09.000000000 +0000 -@@ -53,5 +53,5 @@ - install: all - $(INSTALLDIR) $(DESTDIR)$(PREFIX)/bin - $(INSTALLBIN) tmux $(DESTDIR)$(PREFIX)/bin/tmux -- $(INSTALLDIR) $(DESTDIR)$(PREFIX)/man/man1 -- $(INSTALLMAN) tmux.1 $(DESTDIR)$(PREFIX)/man/man1/tmux.1 -+ $(INSTALLDIR) $(DESTDIR)$(PREFIX)/share/man/man1 -+ $(INSTALLMAN) tmux.1 $(DESTDIR)$(PREFIX)/share/man/man1/tmux.1 -diff -ru tmux-0.9.orig/configure tmux-0.9/configure ---- tmux-0.9.orig/configure 2009-07-09 08:11:37.000000000 +0000 -+++ tmux-0.9/configure 2009-07-09 08:12:20.000000000 +0000 -@@ -82,7 +82,7 @@ - compat/strtonum.c \ - compat/getopt.c \ - compat/vis.c --CFLAGS+= -D_GNU_SOURCE -D_POSIX_SOURCE -+CFLAGS+= -D_GNU_SOURCE -D_POSIX_SOURCE -std=c99 - LIBS+= -lcrypt -lutil - EOF - ;; |