Revision
83374
Author
ryandesign@macports.org
Date
2011-08-30 16:35:10 -0700 (Tue, 30 Aug 2011)

Log Message

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

Modified Paths

Diff

Modified: trunk/dports/databases/fastdb/files/patch-makefile.osx (83373 => 83374)


--- trunk/dports/databases/fastdb/files/patch-makefile.osx	2011-08-30 21:30:07 UTC (rev 83373)
+++ trunk/dports/databases/fastdb/files/patch-makefile.osx	2011-08-30 23:35:10 UTC (rev 83374)
@@ -1,20 +1,20 @@
---- makefile.osx	Sat Aug 21 10:45:24 2004
-+++ ../../makefile	Mon Oct 25 16:23:22 2004
-@@ -159,7 +159,7 @@
+--- makefile.osx.orig	2009-11-01 08:08:52.000000000 -0600
++++ makefile.osx	2010-09-03 18:50:36.000000000 -0500
+@@ -163,7 +163,7 @@
  
  $(FASTDB_SHARED): $(OBJS)
  	rm -f $(FASTDB_SHARED)
 -	$(CC) $(SHFLAGS) -o $(FASTDB_SHARED) $(OBJS) $(THRLIBS)
-+	${CC} -install_name ${PREFIX}/lib/libfastdb_r.2.dylib $(SHFLAGS) -o $(FASTDB_SHARED) $(OBJS) $(THRLIBS)
++	$(CC) -install_name $(PREFIX)/lib/libfastdb_r.2.dylib $(SHFLAGS) -o $(FASTDB_SHARED) $(OBJS) $(THRLIBS)
  	ln -f -s $(FASTDB_SHARED) libfastdb$(SUFF).so
  
  $(CLI_LIB): $(CLI_OBJS)
-@@ -169,7 +169,7 @@
+@@ -173,7 +173,7 @@
  
  $(CLI_SHARED): $(CLI_OBJS)
  	rm -f $(CLI_SHARED)
 -	$(CC) $(SHFLAGS) -o  $(CLI_SHARED) $(CLI_OBJS) $(THRLIBS)
-+	$(CC) -install_name ${PREFIX}/lib/libcli_r.2.dylib $(SHFLAGS) -o  $(CLI_SHARED) $(CLI_OBJS) $(THRLIBS)
++	$(CC) -install_name $(PREFIX)/lib/libcli_r.2.dylib $(SHFLAGS) -o  $(CLI_SHARED) $(CLI_OBJS) $(THRLIBS)
  	ln -f -s $(CLI_SHARED) libcli$(SUFF).so