SF.net SVN: gar:[22499] csw/mgar/pkg/fish/trunk/Makefile
guengel at users.sourceforge.net
guengel at users.sourceforge.net
Thu Nov 14 12:17:35 CET 2013
Revision: 22499
http://gar.svn.sourceforge.net/gar/?rev=22499&view=rev
Author: guengel
Date: 2013-11-14 11:17:35 +0000 (Thu, 14 Nov 2013)
Log Message:
-----------
fish/trunk: Compiles and links (on sparc at least).
Modified Paths:
--------------
csw/mgar/pkg/fish/trunk/Makefile
Modified: csw/mgar/pkg/fish/trunk/Makefile
===================================================================
--- csw/mgar/pkg/fish/trunk/Makefile 2013-11-14 11:09:06 UTC (rev 22498)
+++ csw/mgar/pkg/fish/trunk/Makefile 2013-11-14 11:17:35 UTC (rev 22499)
@@ -15,13 +15,20 @@
MASTER_SITES = http://fishshell.com/files/$(VERSION)/
DISTFILES = $(DISTNAME).tar.gz
+ETCSHELLS = $(bindir)/fish
+
PATCHFILES += 0002-Patch-for-dirfd-on-Solaris-10.patch
PATCHFILES += 0003-LinuxSoft-patch-1.patch
PATCHFILES += 0004-LinuxSoft-patch-2.patch
PATCHFILES += 0005-Include-strings.h-to-make-bzero-available.patch
PATCHFILES += 0006-Include-strings.h-to-make-bzero-available-2.patch
+
+RUNTIME_PKG_DEPS = CSWcswclassutils
+
EXTRA_CPPFLAGS = -I$(includedir)/ncurses
+# Ain't pulled in automatically...
+EXTRA_LINKER_FLAGS = -lintl -liconv
EXTRA_CONFIGURE_EXPORTS += MAKE
CONFIGURE_ENV_MAKE = gmake
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list