gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r7832: installation fixes and wide character fix


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7832: installation fixes and wide character fix
Date: Thu, 7 Oct 2021 18:14:43 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7832
revision-id: carlhansen1234@gmail.com-20211007221402-u0rqseqv7b9xc4jw
parent: carlhansen1234@gmail.com-20211007015140-98fg13offoqqjo1y
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Thu 2021-10-07 15:14:02 -0700
message:
  installation fixes and wide character fix
modified:
  pkg/gnu/ncurses/Makefile       makefile-20160617014725-uokjfnggs70iry9h-1464
=== modified file 'pkg/gnu/ncurses/Makefile'
--- a/pkg/gnu/ncurses/Makefile  2021-04-01 05:36:33 +0000
+++ b/pkg/gnu/ncurses/Makefile  2021-10-07 22:14:02 +0000
@@ -41,23 +41,23 @@
 MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
-CONFIGURE_SCRIPTS = ncurses 
-# ncursesw
-BUILD_SCRIPTS =  $(WORKDIR)/ncurses-$(GARVERSION)-build/Makefile
-#BUILD_SCRIPTS = $(WORKDIR)/ncurses-$(GARVERSION)-build/Makefile 
$(WORKDIR)/ncursesw-$(GARVERSION)-build/Makefile
+CONFIGURE_SCRIPTS = ncurses  ncursesw
+
+#BUILD_SCRIPTS =  $(WORKDIR)/ncurses-$(GARVERSION)-build/Makefile
+BUILD_SCRIPTS = $(WORKDIR)/ncurses-$(GARVERSION)-build/Makefile 
$(WORKDIR)/ncursesw-$(GARVERSION)-build/Makefile
 #INSTALL_SCRIPTS =  ncursesw ncurses
-INSTALL_SCRIPTS = $(WORKDIR)/ncurses-$(GARVERSION)-build/Makefile  ncurses
-# ncursesw #INSTALL_SCRIPTS = $(WORKDIR)/ncursesw-$(GARVERSION)-build/Makefile 
ncursesw 
-
-
-BUILDDEPS = libtool
+# INSTALL_SCRIPTS = $(WORKDIR)/ncurses-$(GARVERSION)-build/Makefile  ncurses
+# ncursesw #
+INSTALL_SCRIPTS = $(WORKDIR)/ncursesw-$(GARVERSION)-build/Makefile ncursesw 
+
+BUILDDEPS = 
 LIBDEPS =
 
+WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)
+
 include ../../../gar/gar.lib/auto.mk
 include config.mk
 
-#LDFLAGS+=-liconv
-
 CONFIGURE_ARGS += --with-shared --with-normal --without-debug
 ifeq ($(GARARCH),x86_64)
        ARCH_ARG = --with-chtype=long


reply via email to

[Prev in Thread] Current Thread [Next in Thread]