1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Fix pkgconf file

PR:		198513
Obtained from:	github.com/redis/hiredis
This commit is contained in:
Grzegorz Blach 2015-03-13 20:49:10 +00:00
parent 57b8d749c6
commit 770db66591
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381232
2 changed files with 14 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= hiredis
PORTVERSION= 0.12.1
PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= gblach@FreeBSD.org

View File

@ -0,0 +1,13 @@
--- Makefile.orig
+++ Makefile
@@ -157,8 +157,8 @@ $(PKGCONFNAME): hiredis.h
@echo Name: hiredis >> $@
@echo Description: Minimalistic C client library for Redis. >> $@
@echo Version: $(HIREDIS_MAJOR).$(HIREDIS_MINOR).$(HIREDIS_PATCH) >> $@
- @echo Libs: -L$${libdir} -lhiredis >> $@
- @echo Cflags: -I$${includedir} -D_FILE_OFFSET_BITS=64 >> $@
+ @echo Libs: -L\$${libdir} -lhiredis >> $@
+ @echo Cflags: -I\$${includedir} -D_FILE_OFFSET_BITS=64 >> $@
install: $(DYLIBNAME) $(STLIBNAME)
mkdir -p $(INSTALL_INCLUDE_PATH) $(INSTALL_LIBRARY_PATH)