[csw-devel] SF.net SVN: gar:[3353] csw/mgar/pkg/ImageMagick/trunk/Makefile
hson at users.sourceforge.net
hson at users.sourceforge.net
Sun Feb 22 23:09:33 CET 2009
Revision: 3353
http://gar.svn.sourceforge.net/gar/?rev=3353&view=rev
Author: hson
Date: 2009-02-22 22:09:33 +0000 (Sun, 22 Feb 2009)
Log Message:
-----------
imagemagick: Enable DPS support
Modified Paths:
--------------
csw/mgar/pkg/ImageMagick/trunk/Makefile
Modified: csw/mgar/pkg/ImageMagick/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-22 16:04:50 UTC (rev 3352)
+++ csw/mgar/pkg/ImageMagick/trunk/Makefile 2009-02-22 22:09:33 UTC (rev 3353)
@@ -33,12 +33,14 @@
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)-(\d+).tar.bz2
-LD_OPTIONS = -R/opt/csw/lib/\$$ISALIST -R/opt/csw/lib -R/usr/openwin/lib
+CPPFLAGS += -I/usr/openwin/include -I/usr/openwin/include/X11
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --with-perl=$(bindir)/perl
CONFIGURE_ARGS += --enable-shared --disable-static
-CONFIGURE_ARGS += --with-gslib=yes
+CONFIGURE_ARGS += --with-dps=yes --with-gslib=yes
+CONFIGURE_ARGS += --x-includes=/usr/openwin/include
+CONFIGURE_ARGS += --x-libraries=/usr/openwin/lib
PATCHFILES += Makefile.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