SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
27
x11/notion/patches/patch-build_libs_mk
Normal file
27
x11/notion/patches/patch-build_libs_mk
Normal file
|
@ -0,0 +1,27 @@
|
|||
libtu,libext need want gettext
|
||||
|
||||
Index: build/libs.mk
|
||||
--- build/libs.mk.orig
|
||||
+++ build/libs.mk
|
||||
@@ -19,8 +19,8 @@ else
|
||||
LIBS_SUBDIRS += libtu
|
||||
|
||||
LIBTU_DIR = $(TOPDIR)/libtu
|
||||
-LIBTU_INCLUDES = -I$(TOPDIR)
|
||||
-LIBTU_LIBS = -L$(LIBTU_DIR) -ltu
|
||||
+LIBTU_INCLUDES = -I$(TOPDIR) -I${LOCALBASE}/include
|
||||
+LIBTU_LIBS = -L$(LIBTU_DIR) -L${LOCALBASE}/lib -lintl -liconv -ltu
|
||||
|
||||
endif
|
||||
|
||||
@@ -39,8 +39,8 @@ else
|
||||
LIBS_SUBDIRS += libextl
|
||||
|
||||
LIBEXTL_DIR = $(TOPDIR)/libextl
|
||||
-LIBEXTL_INCLUDES = -I$(TOPDIR)
|
||||
-LIBEXTL_LIBS = -L$(LIBEXTL_DIR) -lextl
|
||||
+LIBEXTL_INCLUDES = -I$(TOPDIR) -I${LOCALBASE}/include
|
||||
+LIBEXTL_LIBS = -L$(LIBEXTL_DIR) -L${LOCALBASE}/lib -lintl -liconv -lextl
|
||||
|
||||
MKEXPORTS = $(LUA) $(LIBEXTL_DIR)/libextl-mkexports
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue