]> Pileus Git - ~andy/sunrise/blob - sci-electronics/klayout/files/klayout-0.18.1-configureonly.patch
74c2e78167c407e7af9e33ba9be17fcf494936cb
[~andy/sunrise] / sci-electronics / klayout / files / klayout-0.18.1-configureonly.patch
1 --- klayout-0.18.1/build.sh     2009-08-02 15:17:12.000000000 -0400
2 +++ klayout-0.18.1/build.sh.new 2009-09-18 16:15:47.000000000 -0400
3 @@ -237,34 +237,3 @@
4  echo "Building plugins: $PLUGINS"
5  echo ""
6  
7 -# -- Running build  --
8 -
9 -echo "Running build .."
10 -echo "$MAKE_PRG"
11 -cd $BUILD
12 -$MAKE_PRG $MAKE_OPT all || exit 1
13 -echo ""
14 -
15 -cd $CURR_DIR
16 -
17 -# -- Installing binaries  --
18 -
19 -echo "Installing binaries .."
20 -cd $BUILD
21 -$MAKE_PRG install
22 -cd $CURR_DIR
23 -echo "Build done."
24 -
25 -if [ $WIN_CYGWIN = 0 ]; then
26 -  echo ""
27 -  echo "Final binary is ready in $BIN/$EXEC_NAME."
28 -  echo "To run it, you may need to add the following to your LD_LIBRARY_PATH:"
29 -  echo "$QTLIB"
30 -  
31 -  LD_LIBRARY_PATH=$QTLIB:$LD_LIBRARY_PATH
32 -  $BIN/$EXEC_NAME -v
33 -  $BIN/$EXEC_NAME -h
34 -fi
35 -
36 -exit 0
37 -