diff options
Diffstat (limited to 'devel/schilybase/files/patch-mt_Makefile')
-rw-r--r-- | devel/schilybase/files/patch-mt_Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/schilybase/files/patch-mt_Makefile b/devel/schilybase/files/patch-mt_Makefile index cf2d9c5cc929..ded376f5b604 100644 --- a/devel/schilybase/files/patch-mt_Makefile +++ b/devel/schilybase/files/patch-mt_Makefile @@ -1,4 +1,4 @@ ---- mt/Makefile.orig 2021-06-07 13:29:48 UTC +--- mt/Makefile.orig 2021-08-19 17:51:16 UTC +++ mt/Makefile @@ -7,7 +7,7 @@ include $(SRCROOT)/$(RULESDIR)/rules.top @@ -8,11 +8,11 @@ +#SYMLINKS= mt CPPOPTS += -DUSE_REMOTE CPPOPTS += -DSCHILY_PRINT - -@@ -17,7 +17,7 @@ CFILES= mt.c + CPPOPTS += -DUSE_NLS # Include locale support +@@ -21,7 +21,7 @@ CFILES= mt.c # LIB_CAP is needed for Linux capability support in librmt. # - LIBS= -lrmt -lschily $(LIB_SOCKET) $(LIB_CAP) + LIBS= -lrmt -lschily $(LIB_SOCKET) $(LIB_CAP) $(LIB_INTL) -XMK_FILE= Makefile.man mt.mk1 +XMK_FILE= Makefile.man |