DragonFlyBSD / DPorts

The dedicated application build system for DragonFly BSD
Other
89 stars 44 forks source link

audio/pianobar segfault #72

Closed ejc123 closed 10 years ago

ejc123 commented 10 years ago

Need to define FreeBSD to get strdup prototype exposed. Thanks to swildner for helping me debug. Patch to follow

diff --git a/audio/pianobar/Makefile.DragonFly b/audio/pianobar/Makefile.DragonFly new file mode 100644 index 0000000..7169161 --- /dev/null +++ b/audio/pianobar/Makefile.DragonFly @@ -0,0 +1 @@ +CFLAGS+= -DFreeBSD=1

jrmarino commented 10 years ago

fixed https://github.com/jrmarino/DPorts/commit/5d834a75d569d243f181c7fbbafa34f8d90a7b5a