pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fastp: Additional work for NetBSD build



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri May 3 10:17:29 2019 -0500
Changeset:	b9b17dbe2b7991a36e165e9735b43c92b7f221ca

Modified Files:
	fastp/distinfo
	fastp/patches/patch-Makefile
Added Files:
	fastp/TODO

Log Message:
fastp: Additional work for NetBSD build

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b9b17dbe2b7991a36e165e9735b43c92b7f221ca

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fastp/TODO                   | 2 ++
 fastp/distinfo               | 2 +-
 fastp/patches/patch-Makefile | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/fastp/TODO b/fastp/TODO
new file mode 100644
index 0000000000..d15f150c9a
--- /dev/null
+++ b/fastp/TODO
@@ -0,0 +1,2 @@
+
+Missing -L flags on NetBSD
diff --git a/fastp/distinfo b/fastp/distinfo
index 44b30514a1..2bdb3626f2 100644
--- a/fastp/distinfo
+++ b/fastp/distinfo
@@ -4,4 +4,4 @@ SHA1 (fastp-0.20.0.tar.gz) = 657888d18b40aa18aa6d68e31a5e930ae8cf1606
 RMD160 (fastp-0.20.0.tar.gz) = 0ad6a0eb389e31855f1fa95a089aaa653164f88e
 SHA512 (fastp-0.20.0.tar.gz) = 33349b761283a42fb9eaf045ab7f839d5ec335fb394e277519b87f8c95cf682027ab183b174a1b82d908a3e4d1d65ac63a88c30efea04d93a08f559c1a7a732c
 Size (fastp-0.20.0.tar.gz) = 139422 bytes
-SHA1 (patch-Makefile) = 0b3b734474e9fcca8046ed0532834950317e4c6e
+SHA1 (patch-Makefile) = b250f1916795cd5bd5244a297be4f4dd7a7c94f2
diff --git a/fastp/patches/patch-Makefile b/fastp/patches/patch-Makefile
index 9dc826a171..fc822bea7f 100644
--- a/fastp/patches/patch-Makefile
+++ b/fastp/patches/patch-Makefile
@@ -25,7 +25,7 @@ $NetBSD$
 +CXXFLAGS += -std=c++11 -I${DIR_INC} $(foreach includedir,$(INCLUDE_DIRS),-I$(includedir))
  LIBS := -lz -lpthread
 -LD_FLAGS := $(foreach librarydir,$(LIBRARY_DIRS),-L$(librarydir)) $(LIBS) $(LD_FLAGS)
-+LDFLAGS := $(foreach librarydir,$(LIBRARY_DIRS),-L$(librarydir)) $(LIBS) $(LDFLAGS)
++LDFLAGS += $(foreach librarydir,$(LIBRARY_DIRS),-L$(librarydir)) $(LIBS)
  
  
  ${BIN_TARGET}:${OBJ}


Home | Main Index | Thread Index | Old Index