[csw-devel] SF.net SVN: gar:[9547] csw/mgar/pkg/xpdf/trunk/Makefile

bensons at users.sourceforge.net bensons at users.sourceforge.net
Mon Apr 5 16:07:51 CEST 2010


Revision: 9547
          http://gar.svn.sourceforge.net/gar/?rev=9547&view=rev
Author:   bensons
Date:     2010-04-05 14:07:51 +0000 (Mon, 05 Apr 2010)

Log Message:
-----------
xpdf: make sure we are using /usr/openwin/lib for libXpm

Modified Paths:
--------------
    csw/mgar/pkg/xpdf/trunk/Makefile

Modified: csw/mgar/pkg/xpdf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xpdf/trunk/Makefile	2010-04-05 12:37:57 UTC (rev 9546)
+++ csw/mgar/pkg/xpdf/trunk/Makefile	2010-04-05 14:07:51 UTC (rev 9547)
@@ -45,7 +45,12 @@
 CONFIGURE_ARGS += --with-t1-includes=$(includedir)
 CONFIGURE_ARGS += --with-freetype2-library=$(libdir)
 CONFIGURE_ARGS += --with-freetype2-includes=$(includedir)/freetype2
+CONFIGURE_ARGS += --with-Xpm-library=/usr/openwin/lib
+CONFIGURE_ARGS += --with-Xpm-includes=/usr/openwin/include
 
+EXTRA_SOS_LD_FLAGS = -L/usr/openwin/lib
+EXTRA_SOS_LD_OPTIONS = -R/usr/openwin/lib
+
 # apply patches
 PATCHFILES  = xpdf-3.02pl1.patch
 PATCHFILES += xpdf-3.02pl2.patch


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