New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 83374


Ignore:
Timestamp:
08/30/11 16:35:10 (4 years ago)
Author:
ryandesign@…
Message:

fastdb: be consistent in the use of parentheses not curly braces in the makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/databases/fastdb/files/patch-makefile.osx

    r21476 r83374  
    1 --- makefile.osx        Sat Aug 21 10:45:24 2004 
    2 +++ ../../makefile      Mon Oct 25 16:23:22 2004 
    3 @@ -159,7 +159,7 @@ 
     1--- makefile.osx.orig   2009-11-01 08:08:52.000000000 -0600 
     2+++ makefile.osx        2010-09-03 18:50:36.000000000 -0500 
     3@@ -163,7 +163,7 @@ 
    44  
    55 $(FASTDB_SHARED): $(OBJS) 
    66        rm -f $(FASTDB_SHARED) 
    77-       $(CC) $(SHFLAGS) -o $(FASTDB_SHARED) $(OBJS) $(THRLIBS) 
    8 +       ${CC} -install_name ${PREFIX}/lib/libfastdb_r.2.dylib $(SHFLAGS) -o $(FASTDB_SHARED) $(OBJS) $(THRLIBS) 
     8+       $(CC) -install_name $(PREFIX)/lib/libfastdb_r.2.dylib $(SHFLAGS) -o $(FASTDB_SHARED) $(OBJS) $(THRLIBS) 
    99        ln -f -s $(FASTDB_SHARED) libfastdb$(SUFF).so 
    1010  
    1111 $(CLI_LIB): $(CLI_OBJS) 
    12 @@ -169,7 +169,7 @@ 
     12@@ -173,7 +173,7 @@ 
    1313  
    1414 $(CLI_SHARED): $(CLI_OBJS) 
    1515        rm -f $(CLI_SHARED) 
    1616-       $(CC) $(SHFLAGS) -o  $(CLI_SHARED) $(CLI_OBJS) $(THRLIBS) 
    17 +       $(CC) -install_name ${PREFIX}/lib/libcli_r.2.dylib $(SHFLAGS) -o  $(CLI_SHARED) $(CLI_OBJS) $(THRLIBS) 
     17+       $(CC) -install_name $(PREFIX)/lib/libcli_r.2.dylib $(SHFLAGS) -o  $(CLI_SHARED) $(CLI_OBJS) $(THRLIBS) 
    1818        ln -f -s $(CLI_SHARED) libcli$(SUFF).so 
    1919  
Note: See TracChangeset for help on using the changeset viewer.