| Summary: | security/libgcrypt - libgcrypt-1.4.0 fails to build | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | marka | ||||
| Component: | Individual Port(s) | Assignee: | Tilman Keskinoz <arved> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
marka
2008-02-29 05:50:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->arved Over to maintainer (via the GNATS Auto Assign Tool) Yestarday I was facing the same problem.
I had it built using make CFLAGS=-O0
--- Makefile.orig 2008-02-28 22:44:48.000000000 +0100
+++ Makefile 2008-02-29 03:30:24.000000000 +0100
@@ -22,6 +22,8 @@
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
USE_LDCONFIG= yes
+CFLAGS+= -O0
+
DOCS= AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS README README.SVN \
THANKS TODO doc/HACKING doc/README.apichanges
INFO= gcrypt
arved 2008-02-29 09:32:39 UTC
FreeBSD ports repository
Modified files:
security/libgcrypt Makefile
Log:
Disable padlock-support on 6.x
PR: 121207
Submitted by: ale, Mark Andrews
Revision Changes Path
1.38 +3 -0 ports/security/libgcrypt/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks |