mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
eb81a88093
coexist PR: ports/103861 Submitted by: alepulver Tested by: pointyhat With hat: portmgr
14 lines
414 B
Plaintext
14 lines
414 B
Plaintext
--- ./libnet-config.in.orig Sat Jan 3 17:31:00 2004
|
|
+++ ./libnet-config.in Tue Sep 26 15:19:23 2006
|
|
@@ -8,8 +8,8 @@
|
|
# @configure_input@
|
|
|
|
libnet_defines="@LIBNET_CONFIG_DEFINES@"
|
|
-libnet_cflags="@LIBNET_CONFIG_CFLAGS@"
|
|
-libnet_libs="@LIBNET_CONFIG_LIBS@ -lnet"
|
|
+libnet_cflags="@LIBNET_CONFIG_CFLAGS@ -I@prefix@/include/libnet11"
|
|
+libnet_libs="@LIBNET_CONFIG_LIBS@ -L@prefix@/lib/libnet11 -lnet"
|
|
|
|
usage()
|
|
{
|