freebsd-ports/x11-toolkits/efltk/files/patch-src-makeinclude_tmpl
Sergey Matveychuk 01f6a2d8d3 - Update to 1.0.6 (it fixes gcc 4.1 build problem too)
- Install in LOCALBASE
2006-12-17 10:01:51 +00:00

11 lines
421 B
Text

--- src/makeinclude_tmpl.orig Sun Dec 17 11:50:17 2006
+++ src/makeinclude_tmpl Sun Dec 17 11:51:09 2006
@@ -72,7 +72,7 @@
@$(LIBCOMMAND) $@ $(STATIC_OBJECTS)
@$(RANLIB) $@
-$(DSO).so.$(FL_API_VERSION) $(DSO).sl.$(FL_API_VERSION): $(SHARED_OBJECTS)
+$(DSO).so.2 $(DSO).sl.$(FL_API_VERSION): $(SHARED_OBJECTS)
@rm -f $@
@echo $(DSOCOMMAND) $(DSONAME) ...
@$(DSOCOMMAND) $(DSONAME) $(SHARED_OBJECTS) $(DSOLIBS)