mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
847d958756
- I have added a patch to force not bump the shared library version, because I can't find any info of break compatibility or change of ABI/API. I am running two apps that depend on it without recompile; it works fine. Also, I did recompile and they compile fine. If anyone find any problem with this, let me know. PR: ports/82616 [1] Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> [1]
12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
--- Makefile.in.orig Fri Jun 24 19:01:40 2005
|
|
+++ Makefile.in Fri Jun 24 19:02:29 2005
|
|
@@ -214,7 +214,7 @@
|
|
target_cpu = @target_cpu@
|
|
target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
-SUBDIRS = src examples tests doc
|
|
+SUBDIRS = src doc
|
|
EXTRA_DIST = \
|
|
TODO \
|
|
HACKING \
|