diff options
author | 2016-01-03 11:45:14 +0100 | |
---|---|---|
committer | 2016-01-03 11:45:14 +0100 | |
commit | 126b94a63ea6a4f41878993a5d727b50daeacee3 (patch) | |
tree | da0ef8ef08897c37ed6275dde00bac91623a9437 /net-dns/noip-updater/files/noip-2.1.9-flags.patch | |
parent | app-shells/zsh: Make repoman happy (diff) | |
download | mv-126b94a63ea6a4f41878993a5d727b50daeacee3.tar.gz mv-126b94a63ea6a4f41878993a5d727b50daeacee3.tar.bz2 mv-126b94a63ea6a4f41878993a5d727b50daeacee3.zip |
net-dns/noip-updater: Copy from gentoo repository to save from removal.
Bump to EAPI=6. Support optionally user ez-ipupd instead of nobody.
Fix initscript: runscript->openrc-run, avoid bashism.
Diffstat (limited to 'net-dns/noip-updater/files/noip-2.1.9-flags.patch')
-rw-r--r-- | net-dns/noip-updater/files/noip-2.1.9-flags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-dns/noip-updater/files/noip-2.1.9-flags.patch b/net-dns/noip-updater/files/noip-2.1.9-flags.patch new file mode 100644 index 00000000..9fe05f36 --- /dev/null +++ b/net-dns/noip-updater/files/noip-2.1.9-flags.patch @@ -0,0 +1,11 @@ +--- a/Makefile 2006-09-07 09:52:55.000000000 +0200 ++++ b/Makefile 2006-09-07 09:54:54.000000000 +0200 +@@ -21,7 +21,7 @@ + # ARCH=sun + + ${TGT}: Makefile ${TGT}.c +- ${CC} -Wall -g -D${ARCH} -DPREFIX=\"${PREFIX}\" ${TGT}.c -o ${TGT} ${LIBS} ++ ${CC} ${CFLAGS} -D${ARCH} -DPREFIX=\"${PREFIX}\" ${TGT}.c -o ${TGT} ${LIBS} ${LDFLAGS} + + install: ${TGT} + if [ ! -d ${BINDIR} ]; then mkdir -p ${BINDIR};fi |