[csw-devel] SF.net SVN: gar:[9323] csw/mgar/pkg/x11/lib/libxklavier/trunk/Makefile

bensons at users.sourceforge.net bensons at users.sourceforge.net
Mon Mar 22 15:25:36 CET 2010


Revision: 9323
          http://gar.svn.sourceforge.net/gar/?rev=9323&view=rev
Author:   bensons
Date:     2010-03-22 14:25:36 +0000 (Mon, 22 Mar 2010)

Log Message:
-----------
libxklavier: make sure we link against our X11 libraries

Modified Paths:
--------------
    csw/mgar/pkg/x11/lib/libxklavier/trunk/Makefile

Modified: csw/mgar/pkg/x11/lib/libxklavier/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/lib/libxklavier/trunk/Makefile	2010-03-22 14:02:20 UTC (rev 9322)
+++ csw/mgar/pkg/x11/lib/libxklavier/trunk/Makefile	2010-03-22 14:25:36 UTC (rev 9323)
@@ -16,8 +16,6 @@
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
 
-CONFIGURE_ARGS = $(DIRPATHS)
-
 PACKAGES = CSWlibxklavier CSWlibxklavierdevel
 
 CATALOGNAME_CSWlibxklavier = libxklavier
@@ -40,6 +38,10 @@
 
 LICENSE = COPYING.LIB
 
+CONFIGURE_ARGS += $(DIRPATHS)
+CONFIGURE_ARGS += --x-includes=$(includedir)
+CONFIGURE_ARGS += --x-libraries=$(libdir)
+
 include gar/category.mk
 pre-configure-modulated:
 	# remove GCCish


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