SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/readline/patches/patch-shlib_Makefile_in
Normal file
14
devel/readline/patches/patch-shlib_Makefile_in
Normal file
|
@ -0,0 +1,14 @@
|
|||
Index: shlib/Makefile.in
|
||||
--- shlib/Makefile.in.orig
|
||||
+++ shlib/Makefile.in
|
||||
@@ -118,8 +118,8 @@ CCFLAGS = $(DEFS) $(LOCAL_DEFS) $(INCLUDES) $(CPPFLAGS
|
||||
|
||||
# The name of the main library target.
|
||||
|
||||
-SHARED_READLINE = $(SHLIB_LIBPREF)readline$(SHLIB_DOT)$(SHLIB_LIBVERSION)
|
||||
-SHARED_HISTORY = $(SHLIB_LIBPREF)history$(SHLIB_DOT)$(SHLIB_LIBVERSION)
|
||||
+SHARED_READLINE = $(SHLIB_LIBPREF)ereadline$(SHLIB_DOT)$(SHLIB_LIBVERSION)
|
||||
+SHARED_HISTORY = $(SHLIB_LIBPREF)ehistory$(SHLIB_DOT)$(SHLIB_LIBVERSION)
|
||||
SHARED_LIBS = $(SHARED_READLINE) $(SHARED_HISTORY)
|
||||
|
||||
# The C code source files for this library.
|
Loading…
Add table
Add a link
Reference in a new issue