1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/devel/freelibiberty/files/patch-aa
Steve Price 9b3f1eed9d Turn off the build of the profiled library since having NOPROFILE=true
in /etc/make.conf causes packaging of this port to fail.
1999-11-26 18:42:18 +00:00

10 lines
177 B
Plaintext

--- Makefile.orig Fri Nov 26 02:08:36 1999
+++ Makefile Fri Nov 26 02:08:49 1999
@@ -17,5 +17,6 @@
SHLIB_MAJOR= 1
SHLIB_MINOR= 0
+NOPROFILE= yes
.include <bsd.lib.mk>