diff options
author | hans <hans> | 2012-02-17 13:52:03 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-17 13:52:03 +0000 |
commit | a13647f36ca7617d4ff06d942a194d4ea3ff56d1 (patch) | |
tree | 149a8cef414ef775677a520dbd6069e3b7d6a6e2 | |
parent | 8ae8a5f789ed668ed9b024d9864401ea0745f21b (diff) | |
download | pkgsrc-a13647f36ca7617d4ff06d942a194d4ea3ff56d1.tar.gz |
Remove CPPFLAGS.SunOS, no longer needed.
-rw-r--r-- | devel/libmtp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libmtp/Makefile b/devel/libmtp/Makefile index 54bc1214d0d..5ed0689de82 100644 --- a/devel/libmtp/Makefile +++ b/devel/libmtp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/04/21 15:06:04 hans Exp $ +# $NetBSD: Makefile,v 1.5 2012/02/17 13:52:03 hans Exp $ # DISTNAME= libmtp-1.0.1 @@ -25,7 +25,6 @@ REPLACE_SH+= libmtp.sh.in # XXX ? LDFLAGS.FreeBSD+= -liconv LDFLAGS.SunOS= -liconv -CPPFLAGS.SunOS= -Du_int64_t=uint64_t -Du_int32_t=uint32_t .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/libusb/buildlink3.mk" |