diff options
author | Ed Maste <emaste@FreeBSD.org> | 2018-09-26 16:12:12 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2018-09-26 16:12:12 +0000 |
commit | 8399ead6f8fe54dc8ff4baad8e3fc70520dcc1ab (patch) | |
tree | 04964e84769ceaf209ed3f5f1261b819bfb55c22 /audio/zinf/Makefile | |
parent | b0a163659a917eec2efcdde8f90e9f107d3a6142 (diff) | |
download | ports-8399ead6f8fe54dc8ff4baad8e3fc70520dcc1ab.tar.gz ports-8399ead6f8fe54dc8ff4baad8e3fc70520dcc1ab.zip |
Notes
Diffstat (limited to 'audio/zinf/Makefile')
-rw-r--r-- | audio/zinf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index a53ccdacfe5b..5dad8c582556 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -23,6 +23,7 @@ CONFIGURE_ARGS= --enable-ipv6 \ CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -D_WANT_SEMUN LDFLAGS+= -lpthread -L${LOCALBASE}/lib +LDFLAGS_i386= -Wl,-znotext OPTIONS_DEFINE= ESOUND VORBIS OPTIONS_DEFAULT=VORBIS |