diff options
author | wg <wg@FreeBSD.org> | 2013-05-27 20:53:53 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-05-27 20:53:53 +0800 |
commit | f94a45ae02857e7d3be52f457c02d7edf7fc12a9 (patch) | |
tree | 68d2cf35de078880fca19d730a8b5275b0e13f41 /archivers | |
parent | 4ddd2f8e0abd3d927efa6bb07188c26f1151b293 (diff) | |
download | freebsd-ports-gnome-f94a45ae02857e7d3be52f457c02d7edf7fc12a9.tar.gz freebsd-ports-gnome-f94a45ae02857e7d3be52f457c02d7edf7fc12a9.tar.zst freebsd-ports-gnome-f94a45ae02857e7d3be52f457c02d7edf7fc12a9.zip |
- Use gcc for now (does not compile with clang)
Upstream seems inactive for about 7 years
PR: ports/178989
Submitted by: wg (myself)
Approved by: culot (mentor)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libpar2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/libpar2/Makefile b/archivers/libpar2/Makefile index df95f885a0dd..86f51a4429d4 100644 --- a/archivers/libpar2/Makefile +++ b/archivers/libpar2/Makefile @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include +USE_GCC= any USE_LDCONFIG= yes USES= pkgconfig |