ports/64876: Update port: graphics/allegrogl minor fix

Igor Pokrovsky tiamat at comset.net
Mon Mar 29 02:20:30 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list