diff options
Diffstat (limited to 'net-mgmt/argus3-clients/files/patch-ratop::Makefile.in')
-rw-r--r-- | net-mgmt/argus3-clients/files/patch-ratop::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/argus3-clients/files/patch-ratop::Makefile.in b/net-mgmt/argus3-clients/files/patch-ratop::Makefile.in new file mode 100644 index 000000000000..0b65b3223685 --- /dev/null +++ b/net-mgmt/argus3-clients/files/patch-ratop::Makefile.in @@ -0,0 +1,11 @@ +--- ratop/Makefile.in~ 2008-02-28 23:00:36.000000000 +0100 ++++ ratop/Makefile.in 2008-04-18 12:03:41.737798597 +0200 +@@ -50,7 +50,7 @@ + + CC = @CC@ + CCOPT = @V_CCOPT@ +-INCLS = @INCLS@ -I. -I../include -I../common @V_INCLS@ ++INCLS = @INCLS@ -I. -I../include -I../common @V_INCLS@ @SASLFLAGS@ + DEFS = @DEFS@ + COMPATLIB = @LIBS@ @COMPATLIB@ @LIB_SASL@ @V_THREADS@ + CURSESLIB = @CURSESLIB@ |