Author: pebender
Date: Tue Nov 25 12:45:48 2008
New Revision: 4004
Modified:
trunk/gar-minimyth/script/lib/giflib/Makefile
Log:
- Removed giflib's dependency on X11.
Modified: trunk/gar-minimyth/script/lib/giflib/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/giflib/Makefile (original)
+++ trunk/gar-minimyth/script/lib/giflib/Makefile Tue Nov 25 12:45:48 2008
@@ -9,22 +9,20 @@
define BLURB
endef
-DEPENDS = lang/c xorg/xorg
+DEPENDS = lang/c
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile
CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \
- --x-includes="$(DESTDIR)$(includedir)" \
- --x-libraries="$(DESTDIR)$(libdir)" \
--enable-shared \
--disable-static \
--disable-rle \
- --enable-x11 \
+ --disable-x11 \
--disable-gl \
--with-gnu-ld \
- --with-x
+ --without-x
include ../../gar.mk
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---