diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2013-05-02 20:59:47 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2013-05-02 20:59:47 +0000 |
commit | ab6441e871c66b153f1f8f425f6588f9daf9d7cf (patch) | |
tree | 38989796ee646ceff1d02babd291fe8bfed36d99 /audio/oss/files | |
parent | - Update to 4.2.12 (diff) |
Respect additional environment variable ${SYSDIR}.
PR: 170405
Submitted by: Jan Beich <jbeich@tormail.org>
Notes
Notes:
svn path=/head/; revision=317148
Diffstat (limited to 'audio/oss/files')
-rw-r--r-- | audio/oss/files/patch-os_cmd-FreeBSD-.config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/audio/oss/files/patch-os_cmd-FreeBSD-.config b/audio/oss/files/patch-os_cmd-FreeBSD-.config new file mode 100644 index 000000000000..bf76b057b6ac --- /dev/null +++ b/audio/oss/files/patch-os_cmd-FreeBSD-.config @@ -0,0 +1,7 @@ +--- os_cmd/FreeBSD/.config~ ++++ os_cmd/FreeBSD/.config +@@ -1,3 +1,3 @@ + targetos=FreeBSD + mode=sbin +-cflags=-I/sys ++cflags=-I${SYSDIR} |