summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-03-22 21:36:45 +0000
committerClement Laforet <clement@FreeBSD.org>2004-03-22 21:36:45 +0000
commit2e411758825752d9dc5d0f35ebf328532636e792 (patch)
treedefd4e33585e12c1087c81274abb066d47824c78
parentSet -fPIC in the correct way. (diff)
Oops, fix patch (which fails to apply cleanly)
No more ports for today... Pointy hat to: me
Notes
Notes: svn path=/head/; revision=104985
-rw-r--r--security/opensc-esteid/files/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/opensc-esteid/files/patch-aa b/security/opensc-esteid/files/patch-aa
index 1aabf5a9ce39..bf1c580d5e73 100644
--- a/security/opensc-esteid/files/patch-aa
+++ b/security/opensc-esteid/files/patch-aa
@@ -1,9 +1,9 @@
---- src/scrandom/Makefile.in.orig Sat Jan 31 06:36:49 2004
-+++ src/scrandom/Makefile.in Sat Jan 31 06:37:20 2004
+--- src/scrandom/Makefile.in.orig Mon Mar 22 21:43:38 2004
++++ src/scrandom/Makefile.in Mon Mar 22 21:44:10 2004
@@ -157,7 +157,7 @@
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ $(AM_LDFLAGS) $(LDFLAGS) -o $@
-CFLAGS = @CFLAGS@
+CFLAGS = @CFLAGS@ -fPIC
DIST_SOURCES = $(libscrandom_a_SOURCES) $(test_random_SOURCES)