diff options
author | pav <pav@FreeBSD.org> | 2009-01-06 01:27:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-06 01:27:29 +0800 |
commit | 6eb721976122cec5dc4f68d03663c569490e76b2 (patch) | |
tree | d35b575ab8f13de2b3da1f0869be1ebae3bad396 /comms/lirc | |
parent | 3afadc02a311b171583adca2cf5da95a05850c5a (diff) | |
download | freebsd-ports-gnome-6eb721976122cec5dc4f68d03663c569490e76b2.tar.gz freebsd-ports-gnome-6eb721976122cec5dc4f68d03663c569490e76b2.tar.zst freebsd-ports-gnome-6eb721976122cec5dc4f68d03663c569490e76b2.zip |
- Remove conditional checks relevant only on FreeBSD 5.x and older
Diffstat (limited to 'comms/lirc')
-rw-r--r-- | comms/lirc/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index 8bee112f7394..917ab9b1057e 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -23,6 +23,9 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-sandboxed --with-devdir=/var/run/lirc +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" OPTIONS= IRMAN "Build with libirman support" On @@ -44,13 +47,6 @@ CONFIGURE_ARGS+= --with-driver=irman --with-driver=dvico CONFIGURE_ARGS+= --with-driver=any --with-driver=dvico .endif -.if ${OSVERSION} >= 500041 -# These are already included in the getopt_long case on < 50041 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -.endif - MAN1= ircat.1 irexec.1 irpty.1 irrecord.1 irsend.1 irw.1 \ irxevent.1 lircrcd.1 mode2.1 smode2.1 xmode2.1 MAN8= lircd.8 lircmd.8 |