forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
354 B
PkgConfig
10 lines
354 B
PkgConfig
--- src/adasockets.pc.in.orig 2010-03-18 18:49:32.000000000 +0000
|
|
+++ src/adasockets.pc.in
|
|
@@ -7,5 +7,5 @@ Name: @PACKAGE@
|
|
Description: BSD sockets in Ada.
|
|
Requires:
|
|
Version: @VERSION@
|
|
-Libs: -L${libdir} -ladasockets
|
|
-Cflags: -I${libdir}/adasockets -L${libdir}/adasockets
|
|
+Libs: -L${libdir}/adasockets -ladasockets
|
|
+Cflags: -I${includedir}/adasockets
|