mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
fa66ff9a1f
message. PR: ports/104618 Submitted by: Robin Gruyters <r dot gruyters_AT_yirdis dot nl> Approved by: maintainer (Michael Josic)
12 lines
583 B
Diff
12 lines
583 B
Diff
--- modules/log-prelude/Makefile.in.orig Sun Apr 23 19:49:07 2006
|
|
+++ modules/log-prelude/Makefile.in Fri Oct 20 15:01:06 2006
|
|
@@ -195,7 +195,7 @@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
AUTOMAKE_OPTIONS = foreign
|
|
-AM_CPPFLAGS = -I/usr/include/libprelude -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE
|
|
+AM_CPPFLAGS = -I/usr/local/include/libprelude -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE
|
|
AM_CXXFLAGS = -Wall
|
|
AM_LDFLAGS =
|
|
pkglib_LTLIBRARIES = logprelude.la
|