mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
23 lines
933 B
Text
23 lines
933 B
Text
--- Makefile.orig 2024-08-29 06:49:21.000000000 +0200
|
|
+++ Makefile 2024-09-03 12:56:39.050177000 +0200
|
|
@@ -271,9 +271,9 @@
|
|
# For MacOS, Jacob Rapoport <jacob@rumblemonkey.com> changed this to:
|
|
# -L/usr/local/lib -lsqlite3 -lz -Wl,-lm -lpthread -ldl $(COVFLAGS)
|
|
# But that doesn't static link.
|
|
-LDLIBS = -L$(CPATH) -Wl,-dn $(SQLITE3_LDLIBS) -Wl,-dy -lm -lpthread -ldl $(COVFLAGS)
|
|
+LDLIBS = -L$(LIBRARY_PATH) -Wl,-dn $(SQLITE3_LDLIBS) -Wl,-dy -lm -lpthread -ldl $(COVFLAGS)
|
|
else
|
|
-LDLIBS = -L$(CPATH) -lm $(SQLITE3_LDLIBS) $(COVFLAGS)
|
|
+LDLIBS = -L$(LIBRARY_PATH) -lm $(SQLITE3_LDLIBS) $(COVFLAGS)
|
|
endif
|
|
|
|
# If we have the postgres client library we need to link against it as well
|
|
@@ -767,7 +767,7 @@
|
|
plugindir = $(pkglibexecdir)/plugins
|
|
datadir = $(PREFIX)/share
|
|
docdir = $(datadir)/doc/$(PKGNAME)
|
|
-mandir = $(datadir)/man
|
|
+mandir = $(PREFIX)/man
|
|
man1dir = $(mandir)/man1
|
|
man5dir = $(mandir)/man5
|
|
man7dir = $(mandir)/man7
|