mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 17:43:11 -04:00
11 lines
344 B
Text
11 lines
344 B
Text
--- Makefile.in.orig 2016-09-03 19:34:06 UTC
|
|
+++ Makefile.in
|
|
@@ -38,7 +38,7 @@ IRCDLIBS=@IRCDLIBS@ @TRE_LIBS@ @CARES_LI
|
|
CRYPTOLIB=@CRYPTOLIB@
|
|
OPENSSLINCLUDES=
|
|
|
|
-XCFLAGS=@TRE_CFLAGS@ @CARES_CFLAGS@ @CFLAGS@
|
|
+XCFLAGS=-I@TREINCDIR@ @TRE_CFLAGS@ @CFLAGS@
|
|
#
|
|
# use the following on MIPS:
|
|
#CFLAGS= -systype bsd43 -DSYSTYPE_BSD43 -I$(INCLUDEDIR)
|