summaryrefslogtreecommitdiffstats
path: root/testing/noip/noip-2.1.9-flags.patch
diff options
context:
space:
mode:
authorcrow <crow@linux.org.ba>2014-04-30 17:04:27 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2014-04-30 21:33:59 +0200
commitf8a81607259eb1e5396b0dc7af3f46f75624dcfa (patch)
tree67b732492039564bcbfc976b955aafa948936f67 /testing/noip/noip-2.1.9-flags.patch
parentf7f16d39626ba693bff8282159f8a63bb4d52610 (diff)
downloadaports-f8a81607259eb1e5396b0dc7af3f46f75624dcfa.tar.bz2
aports-f8a81607259eb1e5396b0dc7af3f46f75624dcfa.tar.xz
testing/noip: fix init and add patched
Diffstat (limited to 'testing/noip/noip-2.1.9-flags.patch')
-rw-r--r--testing/noip/noip-2.1.9-flags.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/noip/noip-2.1.9-flags.patch b/testing/noip/noip-2.1.9-flags.patch
new file mode 100644
index 000000000..372b58286
--- /dev/null
+++ b/testing/noip/noip-2.1.9-flags.patch
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -22,7 +22,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