[csw-devel] SF.net SVN: gar:[17446] csw/mgar/pkg/alpine/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sun Mar 18 18:31:07 CET 2012
Revision: 17446
http://gar.svn.sourceforge.net/gar/?rev=17446&view=rev
Author: bdwalton
Date: 2012-03-18 17:31:07 +0000 (Sun, 18 Mar 2012)
Log Message:
-----------
alpine/trunk: we export extra LDFLAGS, not extra LIBS to modernize this recipe
Modified Paths:
--------------
csw/mgar/pkg/alpine/trunk/Makefile
Modified: csw/mgar/pkg/alpine/trunk/Makefile
===================================================================
--- csw/mgar/pkg/alpine/trunk/Makefile 2012-03-18 15:14:06 UTC (rev 17445)
+++ csw/mgar/pkg/alpine/trunk/Makefile 2012-03-18 17:31:07 UTC (rev 17446)
@@ -8,7 +8,7 @@
Alpine is a fast, easy to use email client that is suitable for both
the inexperienced email user as well as for the most demanding of power
users. Alpine is based on the Pine® Message System, which was also
- developed at the University of Washington. Alpine can be learned by
+ developed at the University of Washington. Alpine can be learned by
exploration and the use of context-sensitive help. The user experience
is highly customizable through the use of the Alpine Setup command.
endef
@@ -54,7 +54,7 @@
CONFIGURE_ARGS += --with-spellcheck-prog=$(bindir)/aspell
## Libs that are not get set correctly in Makefiles
-EXTRA_LIBS += -lm -lgssapi_krb5 -lkrb5 -lintl -liconv
+EXTRA_LDFLAGS += -lm -lgssapi_krb5 -lkrb5 -lintl -liconv
RUNTIME_DEP_PKGS = CSWggettextrt CSWiconv CSWtcl CSWsasl CSWosslrt
RUNTIME_DEP_PKGS += CSWkrb5lib CSWlibnet CSWncurses CSWoldaprt
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