aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/flu/files/patch-configure
blob: 69dacf7bcedb05987d013a94baf697dd2c4215d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- configure.orig  Tue Oct 26 17:09:51 2004
+++ configure   Fri Apr  7 15:17:23 2006
@@ -387,8 +387,6 @@
 if test $ENABLE_DEBUG -eq 1 
 then
     CXXFLAGS=$CXXFLAGS" -g"
-else
-    CXXFLAGS=$CXXFLAGS" -O2"
 fi
 
 if test $OSX -eq 1
@@ -543,9 +541,7 @@
    @ echo "=== installing FLU ==="
    @ echo "Installing binaries in $(BPREFIX)..."
    @ mkdir -p $(BPREFIX)
-   @ rm -f $(BPREFIX)/flu-config
-   @ cp flu-config $(BPREFIX)
-   @ chmod 755 $(BPREFIX)/flu-config
+   @ $(BSD_INSTALL_SCRIPT) flu-config $(BPREFIX)
    @for dir in FLU $(DIRS); do \
      (cd $$dir; $(MAKE) $(MFLAGS) install) || break;\
    done