openbsd-ports/lang/gcc/4.2/patches/patch-libssp_Makefile_in
espie 25c7d3930b update to a recent snapshot, and fix some bullshit
can probably compile on amd64 now
2006-10-20 13:43:18 +00:00

16 lines
609 B
Plaintext

$OpenBSD: patch-libssp_Makefile_in,v 1.2 2006/10/20 13:43:18 espie Exp $
--- libssp/Makefile.in.orig Fri Sep 29 23:18:51 2006
+++ libssp/Makefile.in Wed Oct 18 00:37:32 2006
@@ -231,9 +231,10 @@ libssp_la_SOURCES = \
strcat-chk.c strcpy-chk.c strncat-chk.c strncpy-chk.c \
vsnprintf-chk.c vsprintf-chk.c
+include $(top_srcdir)/../libversions
libssp_la_LIBADD =
libssp_la_DEPENDENCIES = $(version_dep) $(libssp_la_LIBADD)
-libssp_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` \
+libssp_la_LDFLAGS = $(LIBssp_LTVERSION) \
$(version_arg)
libssp_nonshared_la_SOURCES = \