diff options
Diffstat (limited to 'net-p2p/libpdtp/files/patch-make-compile.sh')
-rw-r--r-- | net-p2p/libpdtp/files/patch-make-compile.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/libpdtp/files/patch-make-compile.sh b/net-p2p/libpdtp/files/patch-make-compile.sh deleted file mode 100644 index 66f06a3a4b27..000000000000 --- a/net-p2p/libpdtp/files/patch-make-compile.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- ./make-compile.sh.orig 2014-06-11 23:56:44.234462034 +0900 -+++ ./make-compile.sh 2014-06-11 23:56:59.164462439 +0900 -@@ -11,7 +11,7 @@ - CFLAGS="-ansi -pedantic -fpic -g -Wall -D_GNU_SOURCE" - ;; - FreeBSD|OpenBSD|NetBSD) -- CC=gcc -+ CC=${CC} - CFLAGS="-ansi -pedantic -fpic -g -Wall" - ;; - SunOS) |