[31970] trunk/dports/graphics/compface/files/patch-Makefile.in
mww at macports.org
mww at macports.org
Wed Dec 12 16:12:37 PST 2007
Revision: 31970
http://trac.macosforge.org/projects/macports/changeset/31970
Author: mww at macports.org
Date: 2007-12-12 16:12:36 -0800 (Wed, 12 Dec 2007)
Log Message:
-----------
fix version for dylib to fix build on 10.5
Modified Paths:
--------------
trunk/dports/graphics/compface/files/patch-Makefile.in
Modified: trunk/dports/graphics/compface/files/patch-Makefile.in
===================================================================
--- trunk/dports/graphics/compface/files/patch-Makefile.in 2007-12-12 21:04:09 UTC (rev 31969)
+++ trunk/dports/graphics/compface/files/patch-Makefile.in 2007-12-13 00:12:36 UTC (rev 31970)
@@ -14,7 +14,7 @@
LIBRARY = $(LIBDIR)/$(LIBNAME)
+DYLIBSHORT = lib$(NAME).dylib
+DYLIBNAME = lib$(NAME).0.dylib
-+DYLIBLONGNAME = lib$(NAME).0.$(VERSION).dylib
++DYLIBLONGNAME = lib$(NAME).$(VERSION).dylib
MAN1DIR = $(MANDIR)/man1
MAN3DIR = $(MANDIR)/man3
OBJECTS = arith.o file.o compress.o gen.o uncompface.o
@@ -32,7 +32,7 @@
-$(RANLIB) $(LIBNAME)
+$(DYLIBLONGNAME) : $(OBJECTS)
-+ $(CC) -dynamiclib $(CFLAGS) $(LDFLAGS) -install_name $(LIBDIR)/$(DYLIBNAME) -current_version 0.$(VERSION) -compatibility_version 0.$(VERSION) -o $(DYLIBLONGNAME) $(OBJECTS)
++ $(CC) -dynamiclib $(CFLAGS) $(LDFLAGS) -install_name $(LIBDIR)/$(DYLIBNAME) -current_version $(VERSION) -compatibility_version $(VERSION) -o $(DYLIBLONGNAME) $(OBJECTS)
+
lint :
lint -abchx $(SOURCES)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071212/0ffe5f9b/attachment.html
More information about the macports-changes
mailing list