diff options
author | tnn <tnn@pkgsrc.org> | 2010-05-10 08:18:38 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-05-10 08:18:38 +0000 |
commit | c74da48e84d1e685503fccdaa642c62423e99357 (patch) | |
tree | a3959ad4ca95ab9b696c675c9e65e44adc913035 /net/liblive/patches | |
parent | 5a0b469b90ca9f3bebebbb189f3116274c1e9667 (diff) | |
download | pkgsrc-c74da48e84d1e685503fccdaa642c62423e99357.tar.gz |
My initial stab at fixing the Linux build was incomplete.
Apply patch from Gary Duzan (PR pkg/43276)
Diffstat (limited to 'net/liblive/patches')
-rw-r--r-- | net/liblive/patches/patch-aa | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/liblive/patches/patch-aa b/net/liblive/patches/patch-aa index 76279013075..4536e9bee44 100644 --- a/net/liblive/patches/patch-aa +++ b/net/liblive/patches/patch-aa @@ -1,8 +1,9 @@ -$NetBSD: patch-aa,v 1.3 2010/02/02 18:34:03 tnn Exp $ +$NetBSD: patch-aa,v 1.4 2010/05/10 08:18:38 tnn Exp $ --- config.linux.orig 2008-07-25 00:40:05.000000000 +0000 +++ config.linux -@@ -1,17 +1,19 @@ +@@ -1,17 +1,20 @@ ++.SUFFIXES: .la .lo .cpp COMPILE_OPTS = $(INCLUDES) -I. -O2 -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 C = c -C_COMPILER = cc |