diff options
Diffstat (limited to 'net-misc/udpcast/files/udpcast-20120424-gentoo.patch')
-rw-r--r-- | net-misc/udpcast/files/udpcast-20120424-gentoo.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-misc/udpcast/files/udpcast-20120424-gentoo.patch b/net-misc/udpcast/files/udpcast-20120424-gentoo.patch new file mode 100644 index 000000000000..e4269a0873a6 --- /dev/null +++ b/net-misc/udpcast/files/udpcast-20120424-gentoo.patch @@ -0,0 +1,12 @@ +--- a/Makefile.in ++++ b/Makefile.in +@@ -30,8 +30,7 @@ + + # For additional warnings & checks, add -Wstrict-prototypes -Wshadow to the + # following: +-CFLAGS +=-Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 +-LDFLAGS +=-s ++CFLAGS +=-Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG + LIBS +=@LIBS@ + + BUSYBOX=../udp-busybox/busybox |