diff options
author | clement <clement@FreeBSD.org> | 2004-03-23 05:36:45 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-03-23 05:36:45 +0800 |
commit | 9fd1afe5a16fbcefd14c3d138ad7e25082d6a93b (patch) | |
tree | 98c9508332ad8c79e133117239e826edfd15cb01 /security | |
parent | ac164f3f83d400f6aace0fca9152f1aac4166373 (diff) | |
download | freebsd-ports-gnome-9fd1afe5a16fbcefd14c3d138ad7e25082d6a93b.tar.gz freebsd-ports-gnome-9fd1afe5a16fbcefd14c3d138ad7e25082d6a93b.tar.zst freebsd-ports-gnome-9fd1afe5a16fbcefd14c3d138ad7e25082d6a93b.zip |
Oops, fix patch (which fails to apply cleanly)
No more ports for today...
Pointy hat to: me
Diffstat (limited to 'security')
-rw-r--r-- | security/opensc-esteid/files/patch-aa | 6 |
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) |