Xsane ready

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@5149 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-01-20 08:44:01 +00:00
parent 6d4120d2ce
commit 3aecad69f3
2 changed files with 4 additions and 3 deletions

View File

@ -17,3 +17,4 @@
0 guibased/gegl 0 guibased/gegl
0 guibased/gimp 0 guibased/gimp
0 guibased/gimp-data-extras 0 guibased/gimp-data-extras
0 guibased/xsane

View File

@ -69,7 +69,7 @@
# #
# #
SRCPATH=X11/Grafik SRCPATH=GuiBased/Apps
premk() { premk() {
echo "Nothing to do for premk()" echo "Nothing to do for premk()"
@ -78,8 +78,8 @@ premk() {
mk() { mk() {
CC="gcc $BUILDOPTIONS" \ CC="gcc $BUILDOPTIONS" \
CXX="g++ $BUILDOPTIONS" \ CXX="g++ $BUILDOPTIONS" \
./configure --target=$TARGET \ USE_ARCH=$UARCH \
--prefix=/usr/X11R7 ./configure --prefix=/usr/X11R7
make -j $NUMCPU make -j $NUMCPU
make -j $NUMCPU DESTDIR=$TMPROOT install make -j $NUMCPU DESTDIR=$TMPROOT install
} }