gimp-data-extras mögen jetzt auch

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@5148 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-01-19 19:34:21 +00:00
parent 04e0c2ea33
commit 6d4120d2ce
2 changed files with 4 additions and 3 deletions

View File

@ -16,3 +16,4 @@
0 guibased/babl
0 guibased/gegl
0 guibased/gimp
0 guibased/gimp-data-extras

View File

@ -68,7 +68,7 @@
#
#Pfad zum Basis-Sourcetree :
SRCPATH=X11/Grafik
SRCPATH=GuiBased/Apps
#Wenn das usgepackte Verzeichnis vom Paketnamen unterschiedlich ist
#SRCDIR=<PFAD>
@ -81,8 +81,8 @@ premk() {
mk() {
CC="gcc $BUILDOPTIONS" \
CXX="g++ $BUILDOPTIONS" \
./configure --target=$TARGET \
--prefix=/usr/X11R7
USE_ARCH=$UARCH \
./configure --prefix=/usr/X11R7
make -j $NUMCPU
make -j $NUMCPU DESTDIR=$TMPROOT install
CheckError "Make install process failed !" 1