Magellan Linux

Diff of /smage/trunk/extras/rdesktop/rdesktop-1.7.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3307 by niro, Tue Nov 22 14:59:30 2011 UTC revision 3308 by niro, Tue Nov 22 15:10:56 2011 UTC
# Line 12  HOMEPAGE="http://rdesktop.sourceforge.ne Line 12  HOMEPAGE="http://rdesktop.sourceforge.ne
12  DEPEND=">= x11-libs/libX11-1.4  DEPEND=">= x11-libs/libX11-1.4
13   >= x11-libs/libXext-1.3   >= x11-libs/libXext-1.3
14   >= x11-libs/libXau-1   >= x11-libs/libXau-1
15   >= x11-libs/libXdmcp-1"   >= x11-libs/libXdmcp-1
16     >= dev-libs/openssl-1.0.0"
17    
18  SDEPEND=">= virtual/sed  SDEPEND=">= virtual/sed
19   >= x11-libs/libXt-1"   >= x11-libs/libXt-1"
# Line 41  src_compile() Line 42  src_compile()
42   cd ${SRCDIR}   cd ${SRCDIR}
43    
44   mconfigure \   mconfigure \
45   --without-openssl \   --with-openssl=/usr \
46   --with-sound \   --with-sound \
47   --without-debug \   --without-debug \
48   --with-ipv6 \   --with-ipv6 \
49     --enable-smartcard \
50   || die   || die
51    
52   mmake || die   mmake || die

Legend:
Removed from v.3307  
changed lines
  Added in v.3308