mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 17:40:40 -04:00
11 lines
375 B
Text
11 lines
375 B
Text
--- Makefile.in.orig 2017-08-12 15:15:33 UTC
|
|
+++ Makefile.in
|
|
@@ -89,7 +89,7 @@ endif
|
|
HAS_ZEROMQ=$(shell pkg-config --exists libzmq; echo $$?)
|
|
ifeq ($(HAS_ZEROMQ), 0)
|
|
ZEROMQ_INC = $(shell pkg-config --cflags libzmq)
|
|
- ZMQ_STATIC=/usr/local/lib/libzmq.a
|
|
+ ZMQ_STATIC=/nonexistent
|
|
ifeq ($(wildcard $(ZMQ_STATIC)),)
|
|
ZEROMQ_LIB = $(shell pkg-config --libs libzmq)
|
|
else
|