Author: pebender
Date: Wed Jan 7 17:52:03 2009
New Revision: 4184
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/xorg-7.4/xorg-server/Makefile
Log:
- Fixed a bug in package xorg-7.4/xorg-server's Makefile that caused it to
not build its dependencies.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Wed Jan 7
17:52:03 2009
@@ -96,6 +96,8 @@
- Patched lib/bluez, lib/dbus and net/portmap so that their binaries
are
recognized as executables rather than shared objects by disabling
gcc pie
or replacing it with gcc pic.
+ - Fixed a bug in package xorg-7.4/xorg-server's Makefile that caused
it to
+ not build its dependencies.
Added packages
Added kernel-2.6.28/*.
Modified: trunk/gar-minimyth/script/xorg-7.4/xorg-server/Makefile
==============================================================================
--- trunk/gar-minimyth/script/xorg-7.4/xorg-server/Makefile (original)
+++ trunk/gar-minimyth/script/xorg-7.4/xorg-server/Makefile Wed Jan 7
17:52:03 2009
@@ -16,7 +16,7 @@
define BLURB
endef
-XDEPENDS = lang/c lib/openssl \
+DEPENDS = lang/c lib/openssl \
$(CATEGORY)/bigreqsproto \
$(CATEGORY)/damageproto \
$(CATEGORY)/evieext \
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---