[Midnightbsd-cvs] mports: bsd.mport.mk: Load autotools before gnome, so the gnome libtool

ctriv at midnightbsd.org ctriv at midnightbsd.org
Thu Nov 6 16:51:19 EST 2008


Log Message:
-----------
Load autotools before gnome, so the gnome libtool hack stuff works.

Modified Files:
--------------
    mports/Mk:
        bsd.mport.mk (r1.127 -> r1.128)

-------------- next part --------------
Index: bsd.mport.mk
===================================================================
RCS file: /home/cvs/mports/Mk/bsd.mport.mk,v
retrieving revision 1.127
retrieving revision 1.128
diff -L Mk/bsd.mport.mk -L Mk/bsd.mport.mk -u -r1.127 -r1.128
--- Mk/bsd.mport.mk
+++ Mk/bsd.mport.mk
@@ -1308,8 +1308,8 @@
 # in the future if things could be fixed to work when loaded alphabetacally, then
 # we could go back to the above approach.
 _ALL_EXT=	linux_rpm xorg gcc local perl5 openssl emacs gnustep php python java ruby \
-			tcl apache kde qt gnome lua wx gstreamer sdl xfce kde4 cmake mysql pgsql \
-			bdb sqlite gecko scons autotools
+			tcl apache kde qt autotools gnome lua wx gstreamer sdl xfce kde4 cmake mysql \
+			pgsql bdb sqlite gecko scons 
 
 .for EXT in ${_ALL_EXT:U} 
 .	if defined(USE_${EXT}) || defined(USE_${EXT}_RUN) || defined(USE_${EXT}_BUILD) || defined(WANT_${EXT}) || defined(_LOAD_${EXT}_EXT)


More information about the Midnightbsd-cvs mailing list