mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
11355a305e
facilities for running programs as root or other users in an X session. PR: 72256 Submitted by: Jesse van den Kieboom <troplosti@orcaweb.cjb.net>
21 lines
647 B
Plaintext
21 lines
647 B
Plaintext
--- libgksuui/Makefile.in.orig Sun Sep 5 17:44:12 2004
|
|
+++ libgksuui/Makefile.in Fri Nov 5 00:34:39 2004
|
|
@@ -167,7 +167,7 @@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
-AM_CFLAGS = -g -O2 -Wall
|
|
+AM_CFLAGS = $(CFLAGS)
|
|
INCLUDES = `pkg-config --cflags gtk+-2.0`
|
|
AM_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" -DDATA_DIR=\"$(datadir)\" -DPREFIX=\"$(prefix)\"
|
|
|
|
@@ -183,7 +183,7 @@
|
|
|
|
include_HEADERS = gksuui.h gksuui-dialog.h gksuui-convenience.h
|
|
|
|
-pkgconfigdir = ${libdir}/pkgconfig
|
|
+pkgconfigdir = $(prefix)/libdata//pkgconfig
|
|
pkgconfig_DATA = $(PACKAGE).pc
|
|
|
|
noinst_PROGRAMS = test-gksuui
|