diff options
author | dholland <dholland> | 2012-06-03 18:06:11 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-06-03 18:06:11 +0000 |
commit | e35e48a9eeecc37491ce96c69cb53a5c6bdc5d53 (patch) | |
tree | 8f646c31eac20c17c2bcd7ecc66dc6a0cbab8994 | |
parent | 2064208702238073641b94614d49cd9d9b60b395 (diff) | |
download | pkgsrc-e35e48a9eeecc37491ce96c69cb53a5c6bdc5d53.tar.gz |
This should also have bsd.prefs.mk before checking MACHINE_PLATFORM.
-rw-r--r-- | x11/xvidtune/hacks.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xvidtune/hacks.mk b/x11/xvidtune/hacks.mk index 06c44d8e035..f8bf06794ec 100644 --- a/x11/xvidtune/hacks.mk +++ b/x11/xvidtune/hacks.mk @@ -1,4 +1,4 @@ -# $NetBSD: hacks.mk,v 1.1 2012/06/02 21:03:03 dholland Exp $ +# $NetBSD: hacks.mk,v 1.2 2012/06/03 18:06:11 dholland Exp $ # # Work around x11-links lossage with native X on NetBSD 5. @@ -13,6 +13,7 @@ # pkgsrc. The fact that the native xf86vidmode is "too old" does not # itself break the package. # +.include "../../mk/bsd.prefs.mk" .if ${MACHINE_PLATFORM:MNetBSD-5*} && ${X11_TYPE} == "native" NEEDED_LIBS= -Wl,-R${X11BASE}/lib -L${X11BASE}/lib NEEDED_LIBS+= -lXxf86vm -lXaw7 -lXmu -lXt -lSM -lICE -lX11 |