diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-07 19:59:26 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-07 19:59:26 +0000 |
commit | 89b7d2a4465628b128b8f5f7fde5f2a3e2b2a8df (patch) | |
tree | dab293772a4c12d5e7f6c0f30c1e8ae09e1cfe4d /security/gpasman/files/patch-ab | |
parent | Location on MASTER_SITE has changed. (diff) |
- Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config
- Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly
PR: 19623
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=30342
Diffstat (limited to '')
-rw-r--r-- | security/gpasman/files/patch-ab | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/security/gpasman/files/patch-ab b/security/gpasman/files/patch-ab index c24e3b261bb0..abbcf95df031 100644 --- a/security/gpasman/files/patch-ab +++ b/security/gpasman/files/patch-ab @@ -1,5 +1,5 @@ ---- src/Makefile.in.orig Sun Sep 19 13:56:52 1999 -+++ src/Makefile.in Sun Sep 19 13:57:20 1999 +--- src/Makefile.in.orig Fri Sep 3 00:50:10 1999 ++++ src/Makefile.in Sat Jul 1 18:19:43 2000 @@ -26,9 +26,9 @@ @@ -12,3 +12,12 @@ INSTALL = @INSTALL@ SRCS = librc2.c file.c gpasman.c +@@ -39,7 +39,7 @@ + $(CC) -o gpasman $(OBJS) $(LDFLAGS) $(LIBS) + + .c.o: $(SRCS) +- $(CC) -O2 -Wall $(CFLAGS) -c -o $@ $< ++ $(CC) $(CFLAGS) -c -o $@ $< + + clean: + rm -f $(OBJS) gpasman core *~ *.bak |