diff options
Diffstat (limited to 'security/pgp6/files/patch-ap')
-rw-r--r-- | security/pgp6/files/patch-ap | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/security/pgp6/files/patch-ap b/security/pgp6/files/patch-ap new file mode 100644 index 000000000000..0df2d5b005da --- /dev/null +++ b/security/pgp6/files/patch-ap @@ -0,0 +1,19 @@ +*** clients/pgp/cmdline/Makefile.in 2000/01/26 03:55:17 1.1 +--- clients/pgp/cmdline/Makefile.in 2000/01/26 03:55:41 1.2 +*************** +*** 51,57 **** + CFLAGS=@CFLAGS@ + LDFLAGS=@LDFLAGS@ + +! CFLAGS+= -g + + TARGET=pgp + +--- 51,57 ---- + CFLAGS=@CFLAGS@ + LDFLAGS=@LDFLAGS@ + +! CFLAGS+= -g -pthread + + TARGET=pgp + |