mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
13 lines
399 B
Plaintext
13 lines
399 B
Plaintext
--- popper/Makefile.in.orig 2011-06-08 23:45:12.000000000 -0700
|
|
+++ popper/Makefile.in 2011-06-08 23:45:40.000000000 -0700
|
|
@@ -213,7 +213,7 @@
|
|
${LIBS} ${LDFLAGS}
|
|
|
|
popauth: ${POPAUTHOBJS} ${MISSING_OBJS}
|
|
- ${CC} -o popauth ${POPAUTHOBJS} ${NETWORK_LIBS} \
|
|
+ ${CC} -o popauth ${POPAUTHOBJS} ${NETWORK_LIBS} ${LIBS}\
|
|
${DBM_LIBS} ${MISSING_OBJS} \
|
|
${common_dir}/libcommon.a
|
|
|
|
|