mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
9 lines
250 B
Plaintext
9 lines
250 B
Plaintext
--- src/Makefile.am.orig 2019-02-05 01:43:55 UTC
|
|
+++ src/Makefile.am
|
|
@@ -1,4 +1,4 @@
|
|
-AM_CXXFLAGS = -D_THREAD_SAFE -D_GNU_SOURCE -DVERBOSE
|
|
+AM_CXXFLAGS = -D_THREAD_SAFE -D_GNU_SOURCE -DVERBOSE -DDATADIR='"$(datadir)"'
|
|
|
|
LIBS += $(BOOST_REGEX_LIB)
|
|
|