Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Mar 2004 10:52:23 +0400 (MSD)
From:      Igor Pokrovsky <tiamat@comset.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/64876: Update port: graphics/allegrogl minor fix 
Message-ID:  <200403280652.i2S6qNiW004027@doom.homeunix.org>
Resent-Message-ID: <200403290220.i2T2KU6O050355@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         64876
>Category:       ports
>Synopsis:       Update port: graphics/allegrogl minor fix
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 28 18:20:30 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Igor Pokrovsky
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD doom.homeunix.org 4.9-STABLE FreeBSD 4.9-STABLE #0: Thu Feb 26 21:34:55 MSK 2004 root@doom.homeunix.org:/usr/obj/usr/src/sys/KERNEL i386


	
>Description:
Put ALLEGRO_CONFIG instead of /usr/local/bin/allegro-config into patch file.
	
>How-To-Repeat:
	
>Fix:

	

--- allegrogl.diff begins here ---
diff -ru /usr/ports/graphics/allegrogl/files/patch-make-makefile.unx allegrogl/files/patch-make-makefile.unx
--- /usr/ports/graphics/allegrogl/files/patch-make-makefile.unx	Sun Mar 28 06:24:52 2004
+++ allegrogl/files/patch-make-makefile.unx	Sun Mar 28 10:47:02 2004
@@ -30,10 +30,10 @@
  
  ifdef DEBUGALLEG
 -	LDLIBS += `allegro-config --libs debug` $(LIBS)
-+	LDLIBS += `/usr/local/bin/allegro-config --libs debug` $(LIBS)
++	LDLIBS += `%%ALLEGRO_CONFIG%% --libs debug` $(LIBS)
  else
 -	LDLIBS += `allegro-config --libs` $(LIBS)
-+	LDLIBS += `/usr/local/bin/allegro-config --libs` $(LIBS)
++	LDLIBS += `%%ALLEGRO_CONFIG%% --libs` $(LIBS)
  endif
  
  ifdef MESABUILD
--- allegrogl.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403280652.i2S6qNiW004027>