1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net/libnet/files/patch-include__libnet__Makefile.in
Pav Lucistnik eb81a88093 - Patch net/libnet* to versioned libraries and header files, so they can
coexist

PR:		ports/103861
Submitted by:	alepulver
Tested by:	pointyhat
With hat:	portmgr
2007-01-31 14:09:55 +00:00

12 lines
359 B
Plaintext

--- ./include/libnet/Makefile.in.orig Thu Mar 11 15:50:20 2004
+++ ./include/libnet/Makefile.in Tue Sep 26 15:19:23 2006
@@ -40,7 +40,7 @@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
-includedir = @includedir@
+includedir = @includedir@/libnet11
oldincludedir = /usr/include
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@